lvyubing/think-firebird

thinkphp5 的 Firebird 驱动

安装次数: 4

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:think-extend

dev-master 2018-11-21 02:03 UTC

This package is auto-updated.

Last update: 2024-09-21 20:46:22 UTC


README

首先在php.ini中开启 php_pdo_firebird 扩展

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

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