Zend’s PHP 101: Bugging Out

An article was posted out on Zend.com yesterday discussing the full range of error handling options that PHP provides. I bring it up because it is just so perfectly related to [url=http://www.kcpug.org/site/modules/news/article.php?storyid=7]January’s Meeting[/url]. In January, we discussed PHP 5’s new try/catch/exception logic; and only talked about the rest as the “old way.” Of course, the truth is…even in PHP 5 most everything you work with still uses the other (IMHO) “lesser” concepts.

If you are like me, and most of your development is still in PHP 4; or, if you are interested in the other error handing options that PHP provides, be sure to read [url=http://www.zend.com/php5/abs/php101-12.php]Bugging Out[/url].

Here’s to Please, Love and error-free PHP!

Leave a Reply

Your email address will not be published. Required fields are marked *