News Feed
Jobs Feed
Sections




News Archive
DevShed:
Improving Exception Throwing when Auto Loading Classes in PHP 5
December 18, 2007 @ 12:56:00

DevShed continues their looks at autoloading classes in PHP5 today with this new tutorial focusing on catching and handling any errors that might be thrown in the process.

This is the third article in the series on how to auto load classes in PHP 5. This article will demonstrate how to trigger exceptions in a way that can be caught by the corresponding "catch()" block. [...] Nonetheless, this issue can be fixed with relative ease. That will be the goal of this third article of the series. So if you're interested in learning how this solution will be implemented, don't waste any more time and start reading now!

They start by looking at throwing an exception with the __autoload so that the script can catch it. The go back to mention the method they'd talked about before - using just eval() - and then show the "new and improved" method of handling the result with a try/catch block instead of a direct output.

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


blog comments powered by Disqus

Similar Posts

Martynas Jusevicius' Blog: PHP 5 features: Class autoloading

AnyExample.com: Downloading files from Amazon S3

Nick Lo's Blog: RewriteRouter and Zend_Config play together

Felix Geisendorfer's Blog: Assert the yummyness of your cake

PHPBuilder.com: Getting started with Flex and Zend_Amf


Community Events











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


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

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