RE: [PHP] RE: Problem with Class - incomplete object error

2002-11-18 Thread Ford, Mike [LSS]
> -Original Message- > From: Paul [mailto:[EMAIL PROTECTED]] > Sent: 18 November 2002 11:49 > To: 'Tim Ward'; [EMAIL PROTECTED] > Subject: RE: [PHP] RE: Problem with Class - incomplete object error > > > Yes, I have included class definition on the top o

RE: [PHP] RE: Problem with Class - incomplete object error

2002-11-18 Thread Paul
Yes, I have included class definition on the top of the page. The reason that was using $cart is the fact that I was calling methods/functions of the object such as $cart->AddItem()..and I was not sure whether $_Session['cart']->AddItem would be a correct way or not Paul -Original Message---