News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Rob Allen's Blog:
Using Action Helpers in Zend Framework
October 31, 2008 @ 10:20:06

Rob Allen has made a new post today showing off Action Helpers in the Zend Framework.

When you have some functionality that needs to be shared across multiple controllers, one method is to use action helpers. Action helpers are very powerful and contain hooks to automatically run when you need them too, but you can ignore all that if you don't need it.

He includes how to set up the "helper broker" pointing it at your helper files and a simple helper that multiplies the input times two. This helper is then applied inside of his example action (in an IndexController, of course) and assigned to an output variable in the view. He's included a code download as an example.

0 comments voice your opinion now!
action helper zendframework tutorial example download




Community Events





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


language phpunit podcast introduction opinion framework development application test conference series release api symfony2 interview custom community extension package unittest

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