News Feed
Jobs Feed
Sections




News Archive
DevShed:
Building a Modular Exception Class in PHP 5
November 05, 2008 @ 14:03:49

DevShed has posted the final part of their series on handling exceptions in PHP5 applications. In this part they wrap up the creation of their modular exceptions class.

By means of a hands-on approach, this series walks you through using inheritance to build finely-tuned exception subclasses. These subclasses can be used to handle, via multiple "try-catch" blocks, several failures that might occur during the execution of a given web application.

They show how to handle MySQL exceptions with two different subclasses - one for the MySQL connection itself and another for problems with the results. They then merge these two classes into one and show how to use the new hybrid creation in a sample SQL connection and query.

0 comments voice your opinion now!
modular exception class php5 tutorial


blog comments powered by Disqus

Similar Posts

Jani Hartikainen's Blog: Unit testing part 2: Writing and running tests

HowTo Forge: Installing The PHP-MemCache Module On CentOS 5.0

Zend Developer Zone: Installing PHP4 and PHP5 Concurrently on One WinXP Computer

PHPMaster.com: Debugging PHP Code with FirePHP

Zend Developer Zone: Tutorial : Using Zend Framework Without PDO


Community Events











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


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

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