Re: [PHP] memcached and objects.

2005-07-03 Thread Jason Wong
On Sunday 03 July 2005 13:10, Rodolfo Gonzalez Gonzalez wrote: :-S ? ... I've googled to see if there's some sample code for caching adodb recordsets, without success so far. adodb already has a caching mechanism, have you tried it? Is someone aware of some class to cache Adodb

[PHP] memcached and objects.

2005-07-02 Thread Rodolfo Gonzalez Gonzalez
Good morning, I would like to use PHP's memcached extension to store objects. However I keep getting the incomplete object everytime I try to operate on an object got from the cache. How can be an object stored in memcached and later recovered to work with it?. Is this possible?. I would

Re: [PHP] memcached and objects.

2005-07-02 Thread Rodolfo Gonzalez Gonzalez
On Sat, 2 Jul 2005, Jochem Maas wrote: I would like to use PHP's memcached extension to store objects. However I keep getting the incomplete object everytime I try to operate on an load the class definition BEFORE you try to extract the object from the cache. Thanks to Jochem and Brad for