Is it right that 'self' in inherited method still points to the parent? If it is, can you explain it? It makes me worry :)Up until 5.3 this was just the way it was. It has been "fixed" in 5.3. See here for more info: http://php.net/lsb
Thanks. It seems that 'static' keyword (instead of 'self') is the thing I actually need. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php