News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Stas Malyshev's Blog: ZF Oauth Provider

James Morris' Blog: How to Strip EXIF Data Using Imagick

DevShed: An Introduction to Using the Decorator Pattern with PHP

Ibuildings Blog: PHP Belgium meeting

PHPro.org: PHP Security


Community Events











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


example series development opinion release introduction interview object community framework zendframework2 testing conference functional composer tool podcast code unittest language

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