News Feed
Jobs Feed
Sections




News Archive
Developer.com:
PHP 5 OOP - Delegation and Custom Exceptions
May 23, 2006 @ 12:06:36

Developer.com has posted the next part in their series covering object oriented programming in PHP5, this time focusing on using delegation to enhance the functionality of their prexisting DBQuery class.

At present our DBQuery object simply mimics (all be it - rather simply) a stored procedure. Once executed a result resource is returned which you must store and pass the MySqlDB object if you wish to use functions such as num_rows() or fetch_row() on the result set. Would it not be nice if the DBQuery object were able to implement the functions which the MySqlDB object implements; that are designed to work on the result of an executed query?

They explain each step of the way, giving you the code you'll need to attach to the current working script, making this delegation possible. They look briefly at tpye hinting and simple exception handling in the script before hitting you with a full-blown Exception handler class to improve your script's reliability.

0 comments voice your opinion now!
php5 oop delegation custom exceptions part3 tutorial php5 oop delegation custom exceptions part3 tutorial


blog comments powered by Disqus

Similar Posts

NetTuts.com: Dependency Injection in PHP

Larry Garfield's Blog: Where are the PHP 4 developers?

Lorna Mitchell's Blog: PHP REST Server (Part 2 of 3)

PHPFreaks.com: Regular Expressions (Part1) - Basic Syntax

PHPBuilder.com: Transferring Huge XML Documents in PHP with an Ajax-driven Web Interface


Community Events











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


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

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