2017 © Pedro Peláez
 

jelix-module legacy-db-plugins

Legacy database plugins for Jelix

image

jelix/legacy-db-plugins

Legacy database plugins for Jelix

  • Monday, June 13, 2016
  • by laurentj
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

These are plugins for jDb, the database abstraction layer of Jelix., (*1)

These plugins are deprecated plugins since they use deprecated API of PHP. They are not bundled with Jelix since Jelix 1.7, and need Jelix 1.7 to work., (*2)

Available plugins:, (*3)

  • sqlite (for sqlite 2.0, using deprecated sqlite_* php functions)
  • mysql (using deprecated mysql_* php functions)

To install them:, (*4)

  • use Composer (jelix/legacy-db-plugins)
  • or extract them from the archive you download somewhere, and declare the legacy-db-plugin as plugins dir into your application.init.php :, (*5)

    jApp::declarePluginsDir(__DIR__.'/../path/to/legacy-db-plugin');
    

Then you can indicate "sqlite" or "mysql" as 'driver' in the profils.ini.php file., (*6)

The Versions

13/06 2016

dev-master

9999999-dev http://jelix.org

Legacy database plugins for Jelix

  Sources   Download

LGPL-2.1

The Requires

 

framework

28/05 2015

v1.7.0

1.7.0.0 http://jelix.org

Legacy database plugins for Jelix

  Sources   Download

LGPL-2.1

The Requires

 

framework