Does someone know how to call a parent's object method? Not contructor 
(because that is easy) but a method with the same name.

For example, if I have a method that is called pippo() and at the end of the 
method i want to call parent::pippo(), how could I do?

I tried with call_user_function using  

&(this_object->ce->parent->function_table)

as the function table, but I don't know how to pass the underlyig object.

Thanks,
        Stefano



--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to