exception handling

Symfony Blog: Symfony2 Security Audit

PHPDeveloper.org  Fri, 10/07/2011 - 08:04

Fabien Potencier (of the Symfony framework project) has posted the results of a security audit that was performed on the framework by SektionEins.


 

Brandon Savage's Blog: Exceptional PHP: Nesting Exceptions In PH...

PHPDeveloper.org  Thu, 11/12/2009 - 12:43

Brandon Savage continues his introductory series on exception handling in PHP with this new post to his blog.

This time the focus is on methods for nesting exceptions.


 

Brandon Savage's Blog: Exceptional PHP: Introduction to Exceptio...

PHPDeveloper.org  Mon, 11/09/2009 - 10:12

In a new post to his blog Brandon Savage looks at exception handling in PHP with an introduction to a novice user of PHP:


 

Developer.com: Build your own MVC Framework: Getting your Framew...

PHPDeveloper.org  Fri, 10/16/2009 - 11:00

On developer.com today they've posted the third part of their series about getting your own home-brew PHP MVC application framework up and running.


 

DevShed: A Custom Exception Class for Dynamic Twitter Signature ...

PHPDeveloper.org  Thu, 08/27/2009 - 14:04

DevShed has posted the second-to-last part of their tutorial series about creating a Twitter "badge" for your site with the custom icon and latest tweet pulled from the site. This new part looks at handling exceptions thrown by their class.


 

Zend Developer Zone: The ZendCon Sessions Episode 24: Elegant Wa...

PHPDeveloper.org  Thu, 07/30/2009 - 10:30

The Zend Developer Zone has posted a new episode in their ZendCon Sessions series today - a recording of Eddo Rotman's talk on exception handling.


 

PHPFreaks.com: or die() must die

PHPDeveloper.org  Fri, 05/29/2009 - 09:28

According to this new article on the PHPFreaks.com site the use of "or die()" in scripts...must die!


 

PHP Developer Blog: Unit Tests: How to test for Exceptions

PHPDeveloper.org  Mon, 04/20/2009 - 11:06

The PHP Developer Blog has a quick post for the unit testers out there on how to work with exception handling in your tests.