Re: [PHP] Object in session and include

2003-09-17 Thread Marek Kilimajer
Look at http://sk.php.net/unserialize Example 1. unserialize_callback_func example Marco Schuler wrote: Hi I have to serialize an object in a session. Generally there is no problem with this if the class-definition file(s) are included _before_ starting the session, as explained in the php-manual

RE: [PHP] Object in session and include

2003-09-17 Thread chris . neale
al Message- From: Marco Schuler [mailto:[EMAIL PROTECTED] Sent: 17 September 2003 10:45 To: [EMAIL PROTECTED] Subject: [PHP] Object in session and include Hi I have to serialize an object in a session. Generally there is no problem with this if the class-definition file(s) are included _before_ st

[PHP] Object in session and include

2003-09-17 Thread Marco Schuler
Hi I have to serialize an object in a session. Generally there is no problem with this if the class-definition file(s) are included _before_ starting the session, as explained in the php-manual: It is strongly recommended that you include the class definitions of all such registered objects on