|
Posted by Wenting, Marcel on 09/24/06 14:04
Hello all,
I am building a object tree, something like
$A(object)->B(object)->C(object)->D(object)
but it could get as deep as you wish, so as in the example even to the
letter E, F or even Z if you like to.
That is accomplished, but now I want that a function in the last object
node calls a function in the node above.
so that D->function() calls C->function.
Has anyone a clue how to achieve this?
parent doesnt work since it is no inheritance.
any advise is welcome,
Marcel
Navigation:
[Reply to this message]
|