Posted by Aggelos on 12/21/06 08:39
> With PHP 4, your only bet would be get_class_vars(): > > http://www.php.net/get_class_vars > > E.g.: > > class Foo { var $static = 1; } > $vars = get_class_vars('Foo'); > > print $vars['static']; Oh thanks a lot for that. DIdn't know it.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming