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?
Darky
29 Mar 09 at 8:50 pm
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.
Jay
13 Jun 09 at 10:01 pm
Yes! It will just be an option $db->cache = ‘memcache’;, and that’s it
Nabeel
29 Jun 09 at 2:10 pm