News Feed
Jobs Feed
Sections




News Archive
DevShed:
Using Method Call Overloading in PHP 4
July 18, 2006 @ 12:44:36

DevShed has posted part two in the series they've worked up covering overloading classes inside of a PHP4 environment. In this edition (two of three) they focus on method call overloading, a step up from the previous property overloading.

This is part two of the series "Overloading classes in PHP." In three tutorials, this series teaches how to overload your classes in PHP 4 by using the "overload()" PHP built-in function, in conjunction with the implementation of the "__set()", "__get()" and "__call()" methods, and explores the native support of object overloading in PHP 5.

They first take a step back and go over the concepts behind the property overloading from the previous part of the series. After being reminded of that (or hearing it for the first time for some), they translate that directly into a method for use on methods. And, with the help of a __call request, they show you how to make it all work together and overload the method call.

1 comment voice your opinion now!
method overloading php4 tutorial part2 __call __get __set method overloading php4 tutorial part2 __call __get __set


blog comments powered by Disqus

Similar Posts

Symfony Blog: YAML in symfony 1.1

Gonzalo Ayuso's Blog: Reflection over PHPDoc with PHP

SitePoint PHP Blog: Redirecting Old URLs in WordPress

Gonzalo Ayuso's Blog: Playing with the new PHP5.4 features

Robert Eisele's Blog: Face detection with PHP


Community Events











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


phpunit testing development zendframework2 community unittest introduction series framework example interview api opinion functional composer code language release database podcast

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