Армян
Новичок
Объект в сессии! Почему не работает?
я хотел сделать корзину покупок! сделал класс и хотел запихать объект этого класса в сессию:
$_SESSION['trash'] = new TTrash();
$_SESSION['trash']->add(1,1);
но ничего не пашет пишет
Fatal error: main() [<a href='function.main'>function.main</a>]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "TTrash" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in C:\Apache2.2\htdocs\saninfo\private_edit_trash.php on line 3
я хотел сделать корзину покупок! сделал класс и хотел запихать объект этого класса в сессию:
$_SESSION['trash'] = new TTrash();
$_SESSION['trash']->add(1,1);
но ничего не пашет пишет
Fatal error: main() [<a href='function.main'>function.main</a>]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "TTrash" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in C:\Apache2.2\htdocs\saninfo\private_edit_trash.php on line 3

rivate] => Array ( ) [counts