News Feed
Jobs Feed
Sections




News Archive
Felix Geisendorfer's Blog:
Exceptional Cake
October 22, 2007 @ 10:21:00

Felix Geisendorfer has posted a new blog entry he's been promising for a while now - a look at using Exceptions in a CakePHP application:

First of all. Why did I decide to experiment with exceptions in CakePHP? Well, Object::cakeError() does an ok job at providing me with a way to render some sort of internal error while I'm debug mode. However, I think that is what its really meant for, and its not the way to go for rendering errors to the user directly. [...] [All of] these things can be addressed by using PHP5s support for custom Exception classes quite elegantly.

He includes an example of the exception handling in action - an AppError controller that extends the ErrorHandler and an AppException class that extends the normal Exception class for some customized methods. Example usage is also included, showing how to check things like the Subversion version of a file and checking properties of objects.

0 comments voice your opinion now!
cakephp framework exception handling error example cakephp framework exception handling error example


blog comments powered by Disqus

Similar Posts

Programmer Assist: Handling File Uploads With PHP

Fabien Potencier's Blog: Create your own framework... on top of the Symfony2 Components (part 12)

Daniel Krook's Blog: A DB2 driver for CakePHP

PHPied.com: JSON renderer for Text_Highlight

Fabien Potencier's Blog: Create your own framework... on top of the Symfony2 Components (part 10)


Community Events











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


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

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