News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
The Ins and Outs of PHP Exceptions
October 14, 2011 @ 08:44:32

On NetTuts.com today there's a new tutorial showing you the "ins and outs" of using exceptions in PHP - throwing them, handling the result and integrating them into your error handling process.

Still returning false whenever a function in your program fails? In this article, we'll learn about PHP exceptions, and how you can use them to soup up your application's error handling.

The include some of the methods you can call on your exceptions (including getting the message, code, file, line and the results of a debug_backtrace right before it was thrown). Included is code to throw exceptions, catch them with a try/catch and using error codes as return values and extending them to fit your own needs.

0 comments voice your opinion now!
exception handling throw tutorial extend example


blog comments powered by Disqus

Similar Posts

The Bakery: ToniAcl Component Tutorial

Greg Bulmash's Blog: Creating A Simple Rating Script With PHP And MySQL

PHPBuilder.com: Create Advanced Facebook Apps with Facebook JavaScript

Mike Bernat's Blog: The Problem with Wordpress and Drupal

ThinkPHP Blog: Creating press-ready PDF documents on the fly including individual barcodes


Community Events









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


composer interview database code opinion release zendframework2 introduction event api framework object unittest functional example language development phpunit testing community

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