You are here: Setting Values of Objects inside Session Objects « All PHP « IT news, forums, messages
Setting Values of Objects inside Session Objects

Posted by afrinspray on 09/28/18 11:41

I have one session object:
$_SESSION['session_object'] = new SessionObject(some values here);


And inside the SessionObject class definition, I'm creating two other
objects:
class SessionObject {
public function __construct(...) {
...
$this->class1 = serialize(new Class1(...));
...
}
}

Here's an example of a get function I'm using:
public function &getClass1() {
$unserialized_obj = unserialize($this->class1);
return $unserialized_lock;
}


How can I set some values in Class1 and Class2 and have them carry from
page to page? What am I missing? I think my references technique is
kinda screwed up. Can I set values of objects inside objects in
sessions?

Thanks,
Mike

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация