News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
DevShed:
Overloading Classes in PHP 5
July 26, 2006 @ 05:53:51

DevShed is wrapping up their "Overloading in PHP" series today with this last part - "Overloading Classes in PHP5".

It's time to move on and continue exploring the subject, since there are still a few additional topics that need to be covered. So, what's comes next now? All right, in this last part of the series, I'll be explaining how to overload classes specifically in PHP 5, which offers native support for overloading class members and methods, without having to explicitly call the PHP built-in "overload()" function.

They look first at using the __get method to replace __set in their previous code to save data out to a file. Then, to illustrate even more enhanced functionality, they implement __get and __set at the same time in a class, using them to grab values and set values to properties. Finally, they throw __call into the mix, showing how to overload method calls too.

0 comments voice your opinion now!
overloading part3 tutorial classes php5 get set call overloading part3 tutorial classes php5 get set call



Similar Posts

DevShed: Performing Full-text and Boolean Searches with MySQL

Justin Silverton\'s Blog: Using sqlite and php

Travis Swicegood: Fluent-API, here I come!

Ilia Alshanetsky's Blog: Why are you not using PHP 5?

PHPBuilder.com: An Introduction to Graphs Using PEAR\'s Image_Graph Package


Community Events











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


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

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