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 |
Which class extend the zend controller? Zend_controller_action
Explain why are in-built libraries used for the web services?
I am a minor (under 18 years of age). Who should sign my cla?
What are naming convention for php file?
What is the use of zend framework?
What are the steps kept in mind while designing the zend_form?
How to check post method in zend framework?
Tell me what are the steps kept in mind while designing the zend_form?
What is the use of bootstrap?
Where's the model?
How to add a view helper directory (zend framework)?
Configuration in zend framework, application.ini file?