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

SitePoint PHP Blog: How to Handle Unloaded PHP Extensions at Runtime

PurpleRockScissors.com: Avoiding Cache Stampedes with Pseudo-Locks

Danne Lundqvist's Blog: Adding support for MS SQL Server to PHP in Linux

HowTo Forge: How To Set Up A Facebook RSS Feed Reader

Chris Hartjes' Blog: Sorting Relationship Results In Doctrine 1.2


Community Events











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


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

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