Re: runtime access to static variable

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Jack Bates-2 wrote:
> 
> How do I access a static variable when I do not know the name of the
> class until runtime?
> 
Why not just:

eval('$staticVal = '.get_class($myClass).'::staticVarName;');

...now the value is in $staticVal.

Or am I missing something here?  No need to tell me eval is evil  ;)
-- 
View this message in context: http://www.nabble.com/runtime-access-to-static-variable-tp21041719p24433169.html
Sent from the PHP - General mailing list archive at Nabble.com.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux