Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Rob Allen's Blog:
View helpers in modules
Dec 13, 2010 @ 16:04:15

Rob Allen has this quick new post to his blog today for those out there developing with the Zend Framework - how to use view helpers inside modules.

I came across a situation last week where I needed to access a view helper that was in the default module's views/helpers directory when I was in another module. This came about because my layout.phtml uses a view helper that is in application/views/helpers.

An error's thrown if you try to use it normally, something about a plugin not being found. The key fix is an easy one, though - add a new Zend_View_Helper path and a helperPath for the module you want to use them in inside the application.ini file.

tagged: view helper module zendframework

Link:


Trending Topics: