> What I am trying to do is EXTEND the PEAR::Auth Class with new properties
> and methods.

Ok.

> But I still want to use the original instantiation call...
>    $myAuth =& Auth();

Which is instantiating the parent class.
>From what I understand of your question, you are wanting to instantiate the
parent which, in turn, somehow calls upon (or instantiats) the child simply
because the child EXTENDS the parent?  Is that correct?
If so, I don't believe this type of functionality/feature exists in any language,
much less PHP.  Am I wrong?

Chris

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

Reply via email to