Zend Framework Multiple Helper Path Configuration
<Date: 2009-10-07> <Category: Programming> Read commentsAs you may have multiple configuration for helpers of Zend View, simply configure as below will help
resources.view.helperPath.Zend_View_Helper = APPLICATION_PATH "/views/helpers" resources.view.helperPath.My_Custom_Helper = "/path to helpers"
The “My_Custom_Hepler” is the prefix, so that you can support your different modules’ help path without hard coding in php codes.
Permalink: Zend Framework Multiple Helper Path Configuration
Related Posts
Permalink(or Trackback)
# 2009年10月07日 Wednesday 10:20 pm
You told me to illuminate my way.
Sarcasm=off