News Feed
Jobs Feed
Sections




News Archive
Simon Jones' Blog:
Understanding the stack index for Zend Framework Controller plugins
July 21, 2010 @ 14:58:49

New on his blog today, Simon Jones has posted a handy guide for those using the Zend Framework out there to the stack index for plugins the framework uses.

Zend Framework Controller plugins are a powerful way to inject logic into your controller system at various points, such as before and after an action dispatch. Plugins are run in the order they are added, though it is possible to change the order by defining a custom stack index. ZF internal plugins such as Zend_Controller_Plugin_ErrorHandler, which displays a nice Error 404 page, has a stack index of 999 to ensure it runs at the end of any plugin cycle. However, it's not so obvious from the ZF manual how to set a custom stack index.

He shows how to use the second parameter of registering a plugin to define the stack level and how to get the listing of the current stack to see just where yours might need to be placed. He also includes code samples and an output example of the default Zend Framework stack.

0 comments voice your opinion now!
zendframework controller plugin stack order


blog comments powered by Disqus

Similar Posts

Padraic Brady's Blog: Another OAuth Library Is Born (Zend_OAuth Proposal)

David Otton's Blog: Frameworks vs. Libraries in PHP

Juozas Kaziukenas' Blog: SQL Native Client as MSSQL driver for Zend Framework

Matthew Turland's Blog: Zend Framework and Remember The Milk

Daniel Cousineau's Blog: Quickie: Module-specific Error Controllers in Zend Framework (1.5)


Community Events











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


release phpunit code composer interview development introduction application functional database opinion api framework community podcast example language series testing zendframework2

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