Re: [PHP] Serializing/unserializing objects

2001-03-26 Thread Michael Kimsal
You'll be reinitializing the object on every page request - objects aren't perisistant across requests. You can make the data in that object persistent - basically recreate the object every page with the old data (PHP4 sessions would be one way to go here) but you won't be able to make the objec

RE: [PHP] Serializing/unserializing objects

2001-03-26 Thread Chris Cocuzzo
wow. I really don't think you can pull this off in a day. In any case, I'd recommend checking out www.phpbuilder.com and looking through the articles -Original Message- From: Kevin Beckford [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 3:18 PM To: [EMAIL PROTECTED] Subject: [PHP