Posted by Michael B Allen on 12/09/05 21:48
Is there any way to have static functions and members of an Object w/ PHP 4.3? Like: class Auth { static var error; static function authenticate() { ... } } Auth::authenticate(); ? The documentation suggests this is possible but I can't seem to make it work. Is this behavior specific to PHP 5? Thanks, Mike
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming