How to add a view helper directory (zend framework)?
Answer / Kiran Solanki
To add a view helper directory in Zend Framework, you need to add it to the `view_helper_paths` configuration in your application.ini or module.ini files. For example: `resources.viewHelbers.Path[] = APPLICATION_PATH "/moduleName/viewHelpers"`.
| Is This Answer Correct ? | 0 Yes | 0 No |
How we can set routing in zend framework2?
Which class extend the zend controller?
Explain authorization and authentication in zend framework?
What is the function lucene?
How to include css in zend framework?
How do I extend the zend navigation menu view helper?
Explain super global variables in zend framework?
Do you know what are the methods used in decorator?
Why does the zend framework project have a cla at all?
Tell me what are the basic operations performed by the decorator?
What is the latest version of zend framework?
Tell me what is the function of model in mvc architecture?