News Feed
Jobs Feed
Sections




News Archive
Daniel Cousineau's Blog:
Quickie Module-specific Error Controllers in Zend Framework (1.5)
August 12, 2008 @ 07:56:17

Daniel Cousineau has posted a "quickie" over on his blog today dealing with error controllers in a Zend Framework application.

In my quest to do some alterations on ZF error handling (in particular, render the view if the action or controller is not found, makes it real easy for my designer to prototype) I had the desire to be able to allow modules to have their own ErrorControllers. Unfortunately, the Zend_Controller_Plugin_ErrorHandler() default does not allow for this and I didn't really want to extend that class (I planned on handling the rendering in the ErrorControllers) so I wrote up a quick plugin.

His plugin (code included in the post) hooks into the routeShutdown part of the routing process and overrides the default error handler for the module to pass the request off to his custom one.

0 comments voice your opinion now!
zendframework module controller error handler routeshutdown


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: View helpers in modules

Zend Developer Zone: Zend Framework 0.8.0 Released

Carl Vuorinen: Controller testing with database fixtures in Zend Framework

PHPBuilder.com: Boost PHP Site Performance with Zend Framework Data Caching

NetTuts.com: Whoops! PHP Errors for Cool Kids


Community Events











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


language interview framework functional series testing podcast release opinion community phpunit unittest zendframework2 rest development database conference introduction symfony2 usergroup

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