weianguo / think-firebird

Firebird driver for thinkphp5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ThinkPHP 5.0 firebird驱动

首先在php.ini开启 php_pdo_firebird 扩展

然后,配置应用的数据库配置文件database.phptype参数为:

'type'  =>  '\think\firebird\Connection',

About

Firebird driver for thinkphp5

License:Apache License 2.0


Languages

Language:PHP 100.0%