> From what I see, the __get() accessor function is triggerred only from > OUTSIDE the class. > >From my understanding of OOP, that is how it should behave. __get and __set methods are there to abstract away the actual member variables and provide a consistent interface to other classes. When calling member variables from within the same class, they should be accessed directly. Edward -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php