Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevShed:
Displaying Meaningful Error Messages when Auto Loading Classes in PHP 5
Dec 26, 2007 @ 17:56:00

DevShed has posted the next part of their series looking at handling errors thrown by the __autoload functionality of PHP. This time they enhance their previous method and allow for custom error messaging.

In this last article of the series I'm going to introduce some additional modifications to the current signature of the "__autoload()" function to make it throw exceptions that display more useful error messages.

They start by setting up the application to have something to build from (a series of PHP scripts). They add on the exception handling to throw the custom error (the "class not found" they mentioned).

tagged: error message throw exception autoload class error message throw exception autoload class

Link:


Trending Topics: