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

Juozas Kaziukenas' Blog: Zend Framework and Microsoft IIS

Zend Developer Zone: PHP Abstract Podcast Episode 13: Introduction to the Zend Framework

International PHP Magazine: Which one of the following is the Best Function for MySQL Data Fetching

Padraic Brady's Blog: Zend Framework 2.0: Dependency Injection (Part 2)

Evert Pot's Blog: PHPRPC and PHP frameworks


Community Events









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


code composer interview development database opinion language community tool api release phpunit podcast unittest object testing framework zendframework2 example introduction

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