RE: [PHP-DEV] PHP's OO Support. From: Stanislav Malyshev (stas <email protected>)
Date: 11/20/00

JP>> The simple answer: Not an issue if you don't have multiple inheritance.
JP>>
JP>> The more complicate and grown-up answer: A means of ensuring that derived
JP>> classes don't inherit two copies of the same class. ie: If classes B and C
JP>> both extended class A and class D was derived from B AND C...

This is an artifact of C++ inheritance model. And a most evil one.

JP>> Sweet. This would be v.nice for what I'm attempting to produce.
JP>> Is it planned for a specific point release or will it just be
JP>> one of those things that magically appears one day?

AFAIK, Andi is working on that. As soon as he gets it done, it would be
there :)

-- 
Stanislav Malyshev, Zend Products Engineer   
stas <email protected>  http://www.zend.com/ +972-3-6139665 ext.106

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>