News Feed
Jobs Feed
Sections




News Archive
DevShed:
Throwing Basic Exceptions When Auto Loading Classes in PHP 5
December 12, 2007 @ 07:55:00

DevShed has posted the second part of their series looking at handling exceptions in a PHP5 application today. This one focuses on capturing the errors thrown when your script autoloads classes.

Bearing in mind this intrinsic limitation exposed by the "__autoload()" magic function when it comes to triggering exceptions at runtime, in this second article of the series I'm going to show you some basic workarounds that you can implement to provide this function with the ability to throw exceptions when a determined source class fails to be included.

They give two examples of the use of the __autoload function as well as a method to capture the fatal errors that it might throw (using an eval inside of it to check on the class).

0 comments voice your opinion now!
php5 autoload throw exception class php5 autoload throw exception class


blog comments powered by Disqus

Similar Posts

Community News: The "Go PHP5" Effort Officially Launched

Community News: Responses to the PHP 5.3 Release

Sebastian Bergmann's Blog: Freezing and Thawing PHP Objects

Jani Hartikainen's Blog: How to use built-in SPL exception classes for better error handling

DevShed: Additional Methods for Using SQLite with PHP 5


Community Events











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


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

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