I've read the entire manual on classes, and I did not see an answer to my
question.

I see how to access methods of a parent from the child...

    parentName::foo();

or

    parent::foo();

but I would like to gain access to read and/or modify properties from the
parent.

Yes, I built getters that work, but I was wondering about a more direct
method.

Thanks

Walter

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

Reply via email to