Building on last week’s article about closing mysql connections, I wanted to pass on this further expanded class, that allows for caching on heavier queries.
Related Submissions:
- Optimizing MySQL Queries with LEFT JOIN This week, I wanted to share some of my recent experiments with MySQL queries in regard to lowering the number of requests sent to the...
- pChart – A PHP Class to Build Charts pChart is a PHP class oriented framework designed to create aliased charts. Most of todays chart libraries have a cost, our project is intended to...
- Top 20+ MySQL Best Practices Database operations often tend to be the main bottleneck for most web applications today. It’s not only the DBA’s (database administrators) that have to worry...
- MooTools Plugin: Class.refactor All that Class.refactor does is allow you to assign new properties to a class in the same manner as extending the class onto itself...
- Using MySQL Alongside PHP - Part One A short tutorial for beginners to PHP and/or MySQL that shows the basics of using a MySQL database to create a list of clients. ...