Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Dallas PHP User's Group:
PHP5 Exception Handling (presentation)
Jan 23, 2006 @ 13:11:21

On the Dallas PHP User Group site, there's a quick post with a pointer to a presentation on PHP 5 exception handing.

I recently came across a presentation explaining the uses of PHP5's exception handling in contract to Java's exception handling: http://www.andreashalter.ch/phpug/20040115/

If you're anything like I am, trying to figure out the "proper" use of exception handling w/out going overboard or under using it and don't come from a strict work environment of Java, this presentation is worth a read. It's all in HTML, so don't worry about external applications.

The preentation covers the concept behind exceptions, why they exist, try/catch-ing, and, of course, how to use them in current versions of PHP...

tagged: user group php5 exception handling presentation user group php5 exception handling presentation

Link:


Trending Topics: