Hi,

You can register it in your bootstrap


$view->setHelperPath('My/View/Helper/','My_View_Helper');

Regards


dragonmantank wrote:
> 
> I'm sure I'm just missing something easy, but how do I register my
> view helpers so that they are available to all my controllers? Right
> now I'm registering them in my init() functions but is there a better
> way of doing this? Or is this something best left to writing an Action
> Helper for?
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Global-View-Helpers-tp19211790p19213165.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to