News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
View helpers in modules
December 13, 2010 @ 10: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.

0 comments voice your opinion now!
view helper module zendframework


blog comments powered by Disqus

Similar Posts

Richard Lord's Blog: Zend_View helpers in include path

Zend Developer Zone: Compiling PHP extensions with Zend Server

Padraic Brady's Blog: Chapters One and Two of "Zend Framework: Surviving the Deep End" Book Released

Zend Developer Zone: Zend Framework 1.0.2 Released

Jani Hartikainen's Blog: Zend Framework components as separate zips from the main distro? Sure!


Community Events









Don't see your event here?
Let us know!


example unittest framework code event release interview community testing zendframework2 functional object phpunit development api introduction language composer opinion database

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework