I think i know what you mean, when you are using a sub class and you want
to use functions of a base class i find i have to do this to make it work
in the sub class constructor

parent::HTTP_Register;

> I want to iterate through parents of some class.
> The function get_parent_class is not enough since it retrieves only the
> first parent of an instance.
> Is there a way to retrieve the parents of a class without having an
> instance of this class ? And if I have an instance, can I retrieve all
> parent classes?
>
> Cristiano Duarte.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to