cache PHP objects converts to __Incomplete_PHP_Object

2011-09-29 Thread nguyendh
Hi guys, I have an array of a PHP object (e.g. instance of a class , say Client class). I save the whole array in Memcached. When I retrieve the array from Memcached, I receive __incomplete_PHP_objects ? Can I cache instances of class (object) in Memcached ? I am using v1.4.5 on Cent OS

Re: cache PHP objects converts to __Incomplete_PHP_Object

2011-09-29 Thread nguyendh
demand. > > Brian.http://brian.moonspot.net > > On 9/29/11 1:09 PM, nguyendh wrote: > > > > > > > > > Hi guys, > > > I have an array of a PHP object (e.g. instance of a class , say Client > > class). I save the whole array in Memcache

Re: cache PHP objects converts to __Incomplete_PHP_Object

2011-10-05 Thread nguyendh
explination of serializing classes in PHP. > > Brian.http://brian.moonspot.net > > On 9/29/11 2:10 PM, nguyendh wrote: > > > > > > > > > Can you please explain more and give me example codes ? > > > I am just a PHP beginner-intermidiate developer. &g