The thing here is that "/application/views/helper/" is added for you,
whereas I dont think there is a similar
default for action helpers.

Use:
Zend_Controller_Action_HelperBroker::addPrefix('My_Helper');

And if your lib is on the include path, this is all you need.

Thanks.




2009/12/4 takeshin <[email protected]>:
>
> I create my own *view* helpers
> and name it Zend_View_Helper_HelperName
> and put it in /application/views/helper/
> and it works without additional settings.
>
> Where to save *action* helpers (Zend_Controller_Action_Helper_HelperName)
> so I do not have to configure helperbroker,
> prefixes?
>
> --
> regards
> takeshin
> --
> View this message in context: 
> http://n4.nabble.com/Action-helpers-default-paths-tp948490p948490.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>

Reply via email to