Re: [PHP] PHP5: Problem concerning multiple inheritance / interfaces

2004-02-14 Thread Adam Bregenzer
Oops, I left this in my Drafts folder, sorry about that. On Wed, 2004-02-04 at 20:28, Vivian Steller wrote: ok my problem in a nutshell: i need multiple inheritance! is there a solution to fake this functionallity in php5? It sounds like you would want to check out association and

[PHP] PHP5: Problem concerning multiple inheritance / interfaces

2004-02-04 Thread Vivian Steller
Hello at all, ok my problem in a nutshell: i need multiple inheritance! is there a solution to fake this functionallity in php5? i have the following problem: the goal is to implement my own DomXML implementation based on the existing DomNode, DomDocument, Dom... Classes. thus, i implement my