* Thus wrote Marek Kilimajer ([EMAIL PROTECTED]):
> In this case you will benefit from the new _call() interceptor method:
> 
> class Dynamic {
> 
>       _call($methodName, $parameters) {
>               /* detect what method name is to be used and get its 
>               implementation from a file or a database */
>       }
> }

Time to figure out what this thing goes: .05
Time to implement what it found out:     .03

Very expensive for a web app, and would strongly discourage this for
a web app.  maybe for a gui audio player I could understand this
overhead.



Curt
-- 
List Stats: http://zirzow.dyndns.org/html/mlists/php_general/

"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to