On Mon, 16 Dec 2002, Bertrand Mansion wrote: > <[EMAIL PROTECTED]> wrote : > > > Its neither, its a fact of the language, the following: > > > > $classname::method is illegal, you recieved a parse error to that > > effect. the best thing to do is:: > > I don't understand why it is illegal...
It's just not supported by PHP. > > > call_user_func(array($className, 'method'), $param1, $param2); > > This won't work because, in my case, I don't want to make an instance of > $className but rather use $className methods as if they were plugged inside > my main object. This doesn't make an instance at all. Derick -- ------------------------------------------------------------------------- Derick Rethans http://derickrethans.nl/ PHP Magazine - PHP Magazine for Professionals http://php-mag.net/ ------------------------------------------------------------------------- -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php