Cache: Database Abstraction Layer
Cesar D. Rodas (contact me)
This package implements an abstraction layer to access different SQL database using the same interface.
It supports:
- Connect to a database given a connection string
- Prepared queries
- Caching query results in files
- Binding variables to query result columns
- Fetch whole result sets into an array
Currently it supports MySQL and SQLite.
Click here for detailed information about this class on phpclasses.org
Class
MySQL DataBase Manager
Class
SQLite DataBase Manager