Login   Register  
PHP Classes
elePHPant
Icontem

File: README.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Bilge Hauser  >  PHP MySQL Caching Wrapper  >  README.txt  >  Download  
File: README.txt
Role: Documentation
Content type: text/plain
Description: Readme
Class: PHP MySQL Caching Wrapper
Execute MySQL queries and cache results in files
Author: By
Last change: History updated
Date: 2010-12-31 08:21
Size: 711 bytes
 

Contents

Class file image Download
This is my first contribution, i took several classes from here and would like to give some back. Maybe someone can use as i did.
I needed for some customer projects a mysql wrapper who caches mysql database queries. Another approach was that if database connection fails , the cached result will be returned.

The class had to be runable under php4/5.
So this is a quick result. use it as you like.

if you use this with php < 5.2 you need json.class.php
http://pear.php.net/pepr/pepr-proposal-show.php?id=198


History:
     08.12.2010 - Version 0.1 finished
     12.12.2010 - Implemented Class Registry
     31.12.2010 - Implemented Event Handling -> v 0.2


Todo:

	Blacklist queries who cannot be cached