[PHP] CLASSES AND OBJECTS
[email protected] ("alberto")
| Newsgroups | php.lang |
|---|---|
| Organization | SOL srl |
| Message-ID | <[email protected]> |
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