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

PHPMaster.com: The MVC Pattern and PHP, Part 1

Matrin Rusev's Blog: Building a PHP Framework - Lessons Learned

Paul Jones' Blog: Dependency Injection in Solar

Rob Allen's Blog: Using Action Helpers in Zend Framework

Zend Developer Zone: Interactive Shells, They Arent\'s Just for Seafood Anymore.


Community Events









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


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

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