Posted by lux on 06/15/07 14:30
Hi,
It's possible to call a static variable/method from an instance:
Object::my_static_var
I need to do something like this
$obj = new Object(); // (I have dynamic Object type)
$obj::my_static_var
There's any workaround?
Thanks in advance,
Luca
[Back to original message]
|