>What is wrong with __call() ? >See: > http://www.php.net/manual/en/language.oop5.overloading.php
Hi! Yes, I'm aware of call() but it's very slow. Also it's not feasible to have *all* my classes extend a base class with the a call containing a throw InvalidMethodException, and what if I need to use 3rd party libraries that make use of call in some other way. __call() is a hack, that, at best, work 50% of the time. Regards, Fredrik.