News Feed
Jobs Feed
Sections




News Archive
DevShed:
Sub Classing Exceptions in PHP 5
October 15, 2008 @ 12:06:24

DevShed has start up a new series today with the first part in a four-part series looking at exception handling in PHP5.

If you do any serious programming, whether it's in PHP 5 or some other language, you've needed to know how to handle run time errors and other "exceptional" conditions. You can do this by making your program throw generic exceptions. Or you can unlock the potential of PHP 5 and learn how to create custom exceptions, which is the subject of this four-part series.

In this first part they get you started with exceptions, showing how to throw them and catch them correctly (try/catch). They put it to good use in an example catching exceptions thrown from a MySQL connection and select.

0 comments voice your opinion now!
php5 exception tutorial subclass try catch


blog comments powered by Disqus

Similar Posts

PHPHacks.com: Creating charts with JGraph

PHPMaster.com: Getting Started with Fuel CMS, Part 2

DevShed: Implementing the Stage Pattern in PHP 5

Tobias Schlitt's Blog: eZ Template article

DevShed: Enhancing Dynamic Twitter Signature Images with PHP


Community Events











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


opinion rest series interview introduction community unittest language phpunit podcast symfony2 functional testing conference database framework zendframework2 development usergroup release

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