RE: [PHP] OOP .. overload not working

2002-03-05 Thread Martin Towell
can you provide a code snippet so we can see what you're doing? -Original Message- From: S.Murali Krishna [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 4:38 PM To: [EMAIL PROTECTED] Subject: [PHP] OOP .. overload not working Hi PHPzers Is php have to compile with

RE: [PHP] OOP .. overload not working

2002-03-05 Thread S.Murali Krishna
There is nothing of me. I just cut and pasted the example from manual. Anyway Iam including here. Thanks for Reply, ?php class OO { var $a = 111; var $elem = array('b' = 9, 'c' = 42); function __get($prop_name, $prop_value) { if (isset($this-elem[$prop_name])) {