PHP Classes

Classes of Kaan Tunçel

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Kaan Tunçel (1)  >  Mission progress status  >  Reputation  
Picture of Kaan Tunçel
Name: Kaan Tunçel <contact>
Classes: 1
Country: Turkey Turkey
Age: 50
All time rank: 192333 in Turkey Turkey
Week rank: 195 Up8 in Turkey Turkey Up
All time users: 1409
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Easy MySQL Cache  
PHP Programming Innovation award nominee
October 2011
Number 3


Prize: One copy of RadPHP XE
Cache MySQL query results in MySQL memory tables
This class can cache MySQL query results in MySQL memory tables.

It can execute a given MySQL query and store the results in a record of a MySQL table of type MEMORY, so it can be used as cache.

The class can retrieve the results from the cache table if the same query is executed again and the cache has not yet expired.

The MEMORY type cache table can be created automatically when the given database is selected, if it does not yet exist.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z