On 6/21/08, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > On top of that, by making parent:: forward called class name, you remove > the possibility of doing non-forwarding call to the parent class.
why would anyone need that? "parent" is related to inheritance and it is logical, that it retains call-chain. if you just want to call "method of some class", you call it by class's name. -- Alexey Zakhlestin http://blog.milkfarmsoft.com/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php