Any particular place on that page I should be looking?  I've read it
several
times and didn't see anything like the above.  The closest thing I saw
were
actual methods called setBob() and getBob(), which isn't exactly what I'm
looking for...
Check here:
http://us2.php.net/manual/en/language.oop5.magic.php

So the only way I can do anything like this is by implementing the __get() and __set() methods? There is no attribute/property construct that is similar to the sample code in my OP?

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

Reply via email to