How to customizing helper classes in yii framework?
Answer / Yogesh Kumar Bhatta
You can customize helper classes in Yii by creating your own helper classes or extending existing ones. Helper classes are located in the 'helpers' folder within each module or application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the latest version of yii?
Can we deploy applications to different servers?
How does yii compare with other frameworks?
What's new in yii release 2.0?
How we can set default controller in yii?
What is the naming convention inyii?
What is the component, uses, how can we do and what is the better way?
What is cmodel class in yii 2.0 framework?
Explain directory structure of yii 2 framework?
What is helper in yii?
What is the first function that gets loaded from a controller?
What is filter on yii framework ?