News Feed
Jobs Feed
Sections




News Archive
DevShed:
Error Handling in PHP - Coding Defensively
January 12, 2006 @ 06:34:19

DevShed has a new article posted today dealing with error reporting in PHP applications.

Since error handling is something that you should introduce (at least progressively) into your applications, in this article I'll explore some of the most common error checking methods available in PHP, in order to make web applications much more robust and reliable.

The end result of this experience will be an illustrative list of hands-on examples that utilize different error handling methods, ranging in from using simple "die()" statements, to manipulating errors within an object-oriented context, by utilizing exceptions.

They cover things like the basic die() statement, triggering errors in your code with the trigger_error() function, using the error handling in PEAR, and setting boolean flags to catch when things go wrong...

0 comments voice your opinion now!
error handling defensively die trigger_error PEAR error handling defensively die trigger_error PEAR


blog comments powered by Disqus

Similar Posts

SitePoint PHP Blog: The real difference between PHP and Python

Firman Wandayandi\'s Blog: The First Stable of Math_Numerical_RootFinding is Out!

Community News: Latest PEAR Releases for 11.26.2007

NetTuts.com: Quick Tip: Email Error Logs with PHP

Community News: Latest PEAR Releases for 10.23.2006


Community Events











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


example framework composer zendframework2 podcast application interview opinion testing code functional language series release api introduction database development community phpunit

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