How to add a view helper directory (zend framework)?
Answer Posted / 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 |
Post New Answer View All Answers