[PHP] Serializing of OOP into sessions

2002-03-13 Thread David Tandberg-Johansen
Hello could somone please explain to me HOW I serialize classes into session and how I get the on the next page!?? Must I do $object = new ObjectName on the next page for the object to be used?? How does this work? Thanks David -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Serializing of OOP into sessions

2002-03-13 Thread ayukawa
Hello could somone please explain to me HOW I serialize classes into session and how I get the on the next page!?? Must I do $object = new ObjectName on the next page for the object to be used?? No. Try this. File test.inc-- ?php class Object{