Re: [PHP] PHP5 Static Object Function Issue

2005-03-01 Thread Jochem Maas
Gavin Roy wrote: I believe there is small problem in PHP5 with regard to static functions in uninstanced classes. From discussions in various php irc channels and what I've read about it in the docs, I can not call a static function in an uninstanced class via a variable. For example: $class =

[PHP] PHP5 Static Object Function Issue

2005-03-01 Thread Gavin Roy
I believe there is small problem in PHP5 with regard to static functions in uninstanced classes. From discussions in various php irc channels and what I've read about it in the docs, I can not call a static function in an uninstanced class via a variable. For example: $class = "MyClass"; $ins