News Feed
Jobs Feed
Sections




Recent Jobs

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



Similar Posts

Rob Allen's Blog: Goodbye Zend.php

CodeBetter.com: Is PHP the new VB6?

Padraic Brady's Blog: Writing A Simple Twitter Client Using the PHP Zend Framework's OAuth Library

Alison Holloway's Blog: PHP 5.2.2 Setup on Windows

Alexander Netkachev's Blog: Jamp! Easy Java/Apache/PHP/MySQL install in one click


Community Events









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


facebook release security zend framework developer drupal conference extension codeigniter job doctrine opinion benchmark zendframework windows microsoft symfony wordpress sqlserver

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