ezSQL (more stuff)
I think I’m going to setup a SVN repository for ezSQL, since I’ve got a few ideas. I’m going to integrate memcache as one of the caching options, in addition to the flat-file caching it does now. Any other suggestions?
I think I’m going to setup a SVN repository for ezSQL, since I’ve got a few ideas. I’m going to integrate memcache as one of the caching options, in addition to the flat-file caching it does now. Any other suggestions?
No suggestion, I’m a quiet satisfied ezSQL user. I find Memcache integration interesting, will you make it as easy as the existing disk caching in ezSQL?
I’d suggest you put the project up on GitHub. That way it would be easy for people to fork and make their own branches from your master source.
Yes! It will just be an option $db->cache = ‘memcache’;, and that’s it