Re: [PHP-LANG] CLASSES AND OBJECTS
[email protected] ("Yasuo Ohgaki")
| Newsgroups | php.lang |
|---|---|
| Message-ID | <[email protected]> |
I don't think PHP support multiple inheritance. I also think PHP is going to support it. Anyone? -- Yasuo Ohgaki ""alberto"" <[email protected]> wrote in message news:[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 > > > > > > -- > PHP Language 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] >