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

James Fuller's Blog: Enforcing contracts in your PHP functions and methods

NETTUTS.com: Working with RESTful Services in CodeIgniter

David Para's Blog: Writing a simple PHP sourcecode buildscript in Scala

Zend Developer Zone: Tracing PHP Applications with xdebug

Michael Girouard's Blog: Rolling Your Own MVC: The View


Community Events











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


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

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