Re: [PHP] Re: OOP Problems

2001-07-14 Thread James Tan
oh, i didn't realise how php is as flexible as vb :) yeah.. ops, missed out the owner->test1 does not exist :) thanx for tips :) [EMAIL PROTECTED] wrote: > Hi u007! > On Sun, 15 Jul 2001, u007 wrote: > > > hie.. > > it's simply u did not declare ur class variable... > > > well, actually you d

Re: [PHP] Re: OOP Problems

2001-07-14 Thread teo
Hi u007! On Sun, 15 Jul 2001, u007 wrote: > hie.. > it's simply u did not declare ur class variable... > well, actually you don't have to declare them, you can add members as you go (as opposed to C++ for example) > class ctest > { > var $owner; > > function ctest(&$owner) > { >