Anyone know if one day PHP will support multiple inheritance?
I think it's very important...

For example, will PHP support this code:

class A extends B,  extends C   {
....
}

where B and C are classes?

Thanks!
Alberto



-- 
PHP General 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]

Reply via email to