Kiketom wrote: > Then if i make this > > $foo = new foo(); > $foo->ID = 12; > > what is happening?? > if __Set and __Get only works if a member isn't exits, > > How come I do this? > $foo->ID = 12; > if the member $ID is private??? > > I thought that this was possible because i have declared the two method set > and get :P > ignore my previous reply - it seems it was completely wrong. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php