News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
Martynas Jusevicius' Blog:
PHP 5 Features Exceptions
March 25, 2008 @ 10:21:11

On his blog today Martynas Jusevicius talks about a feature that was new in PHP5 - Exceptions:

A useful new feature in PHP 5 is exception handling via the try/throw/catch paradigm. An exception may be thrown and caught. If an exception is thrown in code surrounded by try, the following statements will not be executed, and the exception will be handled by the first matching catch block.

He gives a high-level overview of how Exceptions in PHP5 work and includes a simple example from his work with his DIY Framework.

0 comments voice your opinion now!
php5 exception feature try catch extend framework



Similar Posts

Davey Shafik\'s Blog: php|tek Day 2

Community News: The PHP Community Responds to the Framework

DevShed: Handling Result Sets and More with PDO Objects in PHP 5

Adrian Schneider's Blog: Forms in Zend Framework

Chris Hartjes' Blog: The Story and Rebirth Of Zend_Service_Audioscrobbler, Part 2


Community Events









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


microsoft release performance developer conference framework drupal joomla opinion codeigniter facebook extension feature job podcast zendframework windows symfony sqlserver wordpress

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