Re: [PHP] Storing a object in the session??

2002-05-14 Thread Brad Hubbard
On Wed, 15 May 2002 04:02, Peter Atkins did align ASCII characters thusly: > All, > > I really need help on this one... I have a class called "Profile" and I > want to store the properties of this class in the session after I give them > values shown below: > > Step 1: > > // set properties of cla

[PHP] Storing a object in the session??

2002-05-14 Thread Peter Atkins
All, I really need help on this one... I have a class called "Profile" and I want to store the properties of this class in the session after I give them values shown below: Step 1: // set properties of class $objProfile = new Profile('1', 'John', 'Doe') ; // store object in session