Re: [PHP] Problem with references

2003-12-04 Thread Eduardo R. Maciel
her object. Try it is possible for you. But as David said, it looks a litle bit insane :-) Att, Eduardo R. Maciel __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Overload of private atributes ?

2003-12-04 Thread Eduardo R. Maciel
Do we have a way to avoid the overload of private atribute members? Look the example below, and you will see that as the private member is not visible in the subclass, it is overloaded by an atribute member of the same name. How to avoid that?? class PrivateAccess { private $privat