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 =
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
2 matches
Mail list logo