jelix/legacy-db-plugins
最新稳定版本:v1.7.0
Composer 安装命令:
composer require jelix/legacy-db-plugins
包简介
Legacy database plugins for Jelix
关键字:
README 文档
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.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1
- 更新时间: 2015-03-13