PHP NOTES 40 NOTE 29864 REJECTED FROM FUNCTION AGGREGATE BY DIDOU
Date: 1 Jul 2003 12:32:55 -0000

Subject: note 29864 rejected from function.aggregate by didou
From: didou@no-spam

Note Submitter:
----

how can you properly use this for multiple inheritence?
1. it looks like you have to call aggregate every time you create an instance of that object. You could use some sort of a class factory to handle that but that isnt all that clean.


2. since constructors are excluded would you have to do something like A::A()? But would a call like that actually effect the variables you just aggregated from class A?