Hi all,
How to use memcached from codeigniter, and how to store session data to memcached. Please help me.
Thanks
Hi all,
How to use memcached from codeigniter, and how to store session data to memcached. Please help me.
Thanks
Here is an introduction to memcached and PHP:
As far as using memcached from CI, I imagine you would want to either add the caching code directly into your models, or from your Controllers you would want to check the cache before querying data from a model.
Here is the link to my memcached_library for codeigniter
http://github.com/trs21219/memcached-library
let me know what you think and if you have any issues please raise them in the issues section of the github repository