2017 © Pedro Peláez
 

library idiorm-cache

idorm db file cache

image

ilexn/idiorm-cache

idorm db file cache

  • Monday, July 4, 2016
  • by iLexN
  • Repository
  • 0 Watchers
  • 2 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Coverage Status Scrutinizer Code Quality Build Status StyleCI SensioLabsInsight, (*1)

How to autoload

require_once '../vendor/autoload.php';

$dbCache = new \Ilex\Cache\IdiormCache(__DIR__ .'/../cache/db/');
ORM::configure('cache_query_result', array($dbCache,'save'));
ORM::configure('check_query_cache', array($dbCache,'isHit'));
ORM::configure('clear_cache', array($dbCache,'clear'));
ORM::configure('create_cache_key',array($dbCache,'genKey') );

need to learn to write test, (*2)

Idiorm is created by https://github.com/j4mie/idiorm, (*3)

The Versions

04/07 2016

dev-master

9999999-dev

idorm db file cache

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar iLexN

29/02 2016

v1.1.1

1.1.1.0

idorm db file cache

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar iLexN

15/02 2016

v1.1.0

1.1.0.0

idorm db file cache

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar iLexN

11/02 2016

v1.0.3

1.0.3.0

idorm db file cache

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar iLexN

11/02 2016

v1.0.2

1.0.2.0

idorm db file cache

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar iLexN

11/02 2016

v1.0.1

1.0.1.0

idorm db file cache

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar iLexN

11/02 2016

v1.0.0

1.0.0.0

idorm db file cache

  Sources   Download

The Requires

 

The Development Requires

by Avatar iLexN

13/10 2015

0.1

0.1.0.0

idorm db file cache

  Sources   Download

The Requires

 

The Development Requires

by Avatar iLexN