<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 18 May 2013 20:26:02 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Error Handling in PHP - Coding Defensively]]></title>
      <guid>http://www.phpdeveloper.org/news/4649</guid>
      <link>http://www.phpdeveloper.org/news/4649</link>
      <description><![CDATA[DevShed has <a href="http://www.devshed.com/c/a/PHP/Error-Handling-in-PHP-Coding-Defensively/">a new article</a> posted today dealing with error reporting in PHP applications.
<p>
<quote>
<i>
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. 
<p>
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.
</i>
</quote>
<p>
They <a href="http://www.devshed.com/c/a/PHP/Error-Handling-in-PHP-Coding-Defensively/">cover</a> 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...]]></description>
      <pubDate>Thu, 12 Jan 2006 06:34:19 -0600</pubDate>
    </item>
  </channel>
</rss>
