AZ>> Alternatively, we could do the Python way: the base classes are
AZ>> searched in depth-first order, and if the base classes define
AZ>> the same symbol, the first encountered definition is used.
That would be what I call weirdness and would raise WTF factor
significantly. Changing some class declaration is some unrelated module
could then make all your code inside out and you have absolutely no
control on it and no means to prevent this or even know what happened.
--
Stanislav Malyshev, Zend Products Engineer
[EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]