News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Edin Kadribasic's Blog: First PHP build using the new compiler

DevShed: Building a PHP 5 Form Processor - Coding the Form Generator Module

ScreenFony.com: Work with bootstrap, assetic and less

UltraVisual Blog: Running PHP Eclipse with FDT / FB & Ant

Tobias Schlitt's Blog: eZ Template article


Community Events











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


release example framework podcast composer zendframework2 interview language series introduction opinion code community unittest tool development object functional conference testing

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