Skip to content

wilddom/zend-cache-sqlite3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Zend_Cache SQLite3 support for Zend Framework 1.11.xx

###Installation

First of all, choose a way to implement your cache.

  1. Native built-in SQLite3 feature (in native folder)
  2. PDO

Download the SQLite3.php file and copy it under the ./library/Zend/Cache/Backend/ folder.

Change your "Sqlite" parameter on cache factory to Sqlite3.

Thats all.

###Credits

SQLite3 support is Implemented by Gencer Genç

General Improvements and Fixes by John Crenshaw.

Performance Improvements by @wilddom [https://github.com/wilddom]

Fix for remove() by @sitnikov [https://github.com/sitnikov]

###Outlinks

Blog: [http://gencergenc.wordpress.com/2012/01/28/zend-zend_cache-with-sqlite3-support]

About

SQLite 3 support for Zend_Cache on Zend Framework v1.11.xx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%