News Feed
Jobs Feed
Sections




News Archive
Aleksey Zapparov's Blog:
How to handle unexistence controllers/actions with Zend_Controller
October 18, 2006 @ 10:56:00

As mentioned by the Zend Developer Zone in this post, Aleksey Zapparov has posted a quick tutorial on how to deal with a missing action and controller in your Zend Framework application.

You can easily make them call indexController::noRouteAction() on unexistence controllers, but on unexistence actions they'll throw you an exception. So there is a way to change this - modify sources.

His code basicly watches for the exceptions that would be thrown from a missing action and handles then inside a try/catch. If things fail, the user gets shuttled off to the Error404 controller that dumps out the contents of the controller class.

0 comments voice your opinion now!
zend framework controller action nonexistence zend_controller error404 zend framework controller action nonexistence zend_controller error404


blog comments powered by Disqus

Similar Posts

Community News: The Tekuna PHP Microframework

Zend: Doron Gerstel Resigns as CEO and President of Zend Technologies

Jackson Miller's Blog: Is PHP In Trouble?

NETTUTS.com: Create a PHP5 Framework - Part 2

PHPImpact Blog: PHP Compiler for the .NET Framework


Community Events











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


framework community language database zendframework2 api code series development phpunit podcast composer example testing functional release introduction interview application opinion

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