Posted by ryanmhuc on 05/05/06 18:14
Is it possible to dyanmically call a classes static member or property? So something like class test1 { static $staticVar = "Help"; } $className = "test1"; echo $className::$staticVar; This produces an error. Does anyone know if its possible? Thanks
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming