News Feed
Jobs Feed
Sections




News Archive
Jani Hartikainen's Blog:
Handling errors in Zend Framework
March 03, 2009 @ 07:54:59

Jani Hartikainen has written up a new post looking at error handling in one of the more popular PHP frameworks - the Zend Framework.

In Zend Framework based applications, error handling is typically done using the error controller, but there are different ways to send the execution to it - some better than others. Let's look at some ways to trigger the error controller and how to have it handle different error conditions.

He walks through the steps to create the Error controller, change the front controller to use it and add in a few different kinds of actions to handle the various error types that might come up (like "page not found" or "not authorized"). Errors can then be forwarded to each of the actions by the resource the visitor errored from. Of course, he also mentions that exceptions can do something even better - handle the error without all of that messy forwarding around. (There's an example of that version too).

0 comments voice your opinion now!
handle error controller zendframework exception forward action


blog comments powered by Disqus

Similar Posts

Alexander Netkachev's Blog: 404 error with Zend Framework Front Controller

Ilia Alshanetsky\'s Blog: Another unserialize() abuse

PHPMaster.com: Exceptional Exceptions

MaltBlue.com: Why Kohana is an Excellent Alternative to Zend Framework

Community News: The Pipeline Project (MVC-based Framework)


Community Events











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


phpunit framework code example series unittest interview functional release testing zendframework2 podcast object opinion development language introduction community tool conference

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