News Feed
Jobs Feed
Sections

Recent Jobs

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!
php php5 oop delegation custom exceptions part3 tutorial php php5 oop delegation custom exceptions part3 tutorial



Similar Posts

Jaybill McCarthy's Blog: 10 PHP Myths Dispelled

Utah PHP Users Group: Meeting May 18th 2006 @ 7pm

php|architect: Call for Papers for php|works/db|works Ends Today

DevShed: Fundamentals of Recursion in PHP (Part 1)

SitePoint PHP Blog: A pro-PHP Rant


Community Events











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


zendframework database framework conference cakephp developer ajax mysql PEAR job zend release application PHP5 releases code package book security example

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