News Feed
Jobs Feed
Sections




News Archive
Martynas Jusevicius' Blog:
Method overloading in PHP 5
December 02, 2008 @ 10:28:50

Martynas Jusevicius has a new post looking at method overloading in PHP5 - a workaround to make it possible at least.

Method overloading (a feature of object-oriented programing which allows having several class methods with the same name but different signatures) is not implemented in PHP, which is a drawback compared to Java. However, PHP 5 provides a way to imitate overloading by catching calls to "inaccessible methods" with magic method __call.

In his example he uses __call to route the request to the correct version of the constructor (__construct0 or __construct1) based on the number of arguments passed in

0 comments voice your opinion now!
method overload php5 construct call magic function route


blog comments powered by Disqus

Similar Posts

PHP Thinktank Blog: Dependency injection in PHP5

Community News: PHP 5.2.10RC1 Released

Nexen.net: PHP Statistics for July 2008

Developer Tutorials Blog: Migrating legacy PHP 4 applications to PHP 5

Nexen.net: April 2006 PHP Usage Stats


Community Events









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


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

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