Or if you're using Zend_Application you can add this line to your
application.ini

resources.view.helperPath.Default_View_Helper = APPLICATION_PATH
"/views/helpers"

The part "Default_View_Helper" is your helper classname prefix for all view
helpers in that folder.

--
Hector


On Sun, May 23, 2010 at 12:51 PM, takeshin <[email protected]> wrote:

>
> $view->addHelperPath('/other/path/to/helpers', 'Your_View_Helper');
>
> --
> takeshin
> --
> View this message in context:
> http://zend-framework-community.634137.n4.nabble.com/Zend-View-Helper-tp2227972p2228047.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>

Reply via email to