jelix/legacy-db-plugins

Legacy database plugins for Jelix

v1.7.0 2015-05-28 08:25 UTC

This package is auto-updated.

Last update: 2024-03-29 02:50:21 UTC


README

These are plugins for jDb, the database abstraction layer of Jelix.

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.

Available plugins:

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

To install them:

  • 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 :

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

Then you can indicate "sqlite" or "mysql" as 'driver' in the profils.ini.php file.