[TYPO3-dev] Saving objects in session

Robert John de Stigter robertjohn at bedrijvenweb.nl
Wed Sep 13 10:33:33 CEST 2006


Hi all,
 
I'm busy converting a php application into a typo3 extension and it uses
a object stored in the session. Problem is that the class definition
comes after typo3 starts the session wich causes the object in the
session to become a default php object without any functions. (
__PHP_Incomplete_Class Object )
 
What is the correct way to save objects in the session in your
extensions? Or should I include the class file in some specific way?
 
Thanks,
Robert




More information about the TYPO3-dev mailing list