News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Handling exceptions in a Front Controller plugin
December 20, 2010 @ 11:52:48

Rob Allen has another Zend Framework-themed post to his blog today looking at handling exceptions in front controllers a bit more correctly than they're currently treated.

If you have a Zend Framework Front Controller plugin which throws an exception, then the action is still executed and then the error action is then called, so that the displayed output shows two actions rendered, with two layouts also rendered. This is almost certainly not what you want or what you expected.

He points out the more correct process it should follow - dispatch the request and catch the error there before the request continues. The error is then tossed to the error controller for correct handling. He includes the code to do just that, showing how to wrap the routing in a try/catch and push the exception over to the error controller with an "error_handler" plugin created with an exception type of "other".

0 comments voice your opinion now!
exception frontcontroller zendframework errorhandler trycatch


blog comments powered by Disqus

Similar Posts

Web Development Blog: First steps within the Zend Framework

Anis uddin Ahmad's Blog: Advanced bootstrapping : Configure your Zend Framework application for mult

Rob Allen's Blog: Modules (Zend Framework)

Matthew Weier O'Phinney's Blog: Module Bootstraps in Zend Framework: Do's and Don'ts

ZendCasts.com: Unit Testing Action Helpers


Community Events











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


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

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