Search Results

1
vote

Is there a way to emulate PHP5’s __call() magic method in PHP4 ?

This article, Using Method Call Overloading in PHP 4 over on DevShed might help. …