News Feed
Jobs Feed
Sections




News Archive
PHPBuilder:
A Primer On Postgres Exception Handling For The PHP Developer
November 07, 2007 @ 06:01:00

On PHPBuilder, Robert Bernier has started writing a series of articles on Postgres exception handling. In this one, covers the basics of exception handling for PHP developers.
Postgres exceptions are quite different from PHP exceptions; whereas PHP 5 uses the traditional "Try And Catch" format, Postgres exceptions can only be defined, executed and processed inside the body of the function that triggered the exception.
Also in the article he covers RAISE statements, how Postgres handles them, and gives good practices on how to use them effectively as a method of troubleshooting errors.
0 comments voice your opinion now!
postgres exception handling trycatch raise postgres exception handling trycatch raise


blog comments powered by Disqus

Similar Posts

SitePoint PHP Blog: PHP to the Rescue!

PHPBuilder: A Primer On Postgres Exception Handling For The PHP Developer

Ask About PHP: Codeigniter: Handling errors

Stubbles Blog: Exception is an Inheritance Nazi

WebReference.com: How to Manage Memory in PHP


Community Events











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


example framework release conference functional zendframework2 rest phpunit series community usergroup language interview testing development introduction opinion database symfony2 podcast

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