News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

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




Community Events









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


application releases release PEAR example mysql job conference package cakephp framework database ajax developer security zendframework book zend code PHP5

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