News Feed
Jobs Feed
Sections




News Archive
DevShed:
Overloading and Object-Oriented Programming with PHP 5
October 12, 2006 @ 16:03:13

Continuing on with their series pulling from the great book from George Schlossnagle, "Advanced PHP Programming", DevShed has posted this new tutorial looking at the use of overloading with object oriented programming in your PHP 5 scripting expeditions.

Last week, we discussed design patterns and polymorphism. This week, we examine overloading and more. Let's bring together some of the techniques developed so far in this chapter and use overloading to provide a more OO-style interface to the result set. Having all the results in a single object may be a familiar paradigm to programmers who are used to using Java's JDBC database connectivity layer.

The first page shows (mostly in code) how to grab the information from the database and pull it all into the single, tidy result set. They dump this new data packet into the hands of the SPL and iterate through it, pulling out the key/value pairs along the way.

Finally, they look at two of the special functions PHP has to make life a little easier when working with objects - __call and __autoload. Both provide some of that great "automagical" functionality that makes life better.

0 comments voice your opinion now!
object oriented book excerpt advanced overloading php5 object oriented book excerpt advanced overloading php5


blog comments powered by Disqus

Similar Posts

Cocoliso's Blog: Adding A Syntax Highlighter To Your Site: The Power Of Geshi

Anthony Ferrara: Object Scoping: A Triste Against Service Containers

Sebastian Bergmann\'s Blog: PHP - kurz & gut (Pocket Reference Update)

DevShed: Using Self-Saving Objects with Command Objects in PHP 5

Marco Tabini's Blog: It turns out, I was wrong


Community Events











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


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

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