* Francisco M. Marzoa Alonso <[EMAIL PROTECTED]>:
> Can I override static members in someway under PHP5? Is the answer is 
> negative, Why not?

If they are marked public (or not marked at all as public, private, or
protected, in which case the default is public), then yes, you can
override them.

-- 
Matthew Weier O'Phinney           | mailto:[EMAIL PROTECTED]
Webmaster and IT Specialist       | http://www.garden.org
National Gardening Association    | http://www.kidsgardening.com
802-863-5251 x156                 | http://nationalgardenmonth.org

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

Reply via email to