Skip to content

weianguo/think-firebird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ThinkPHP 5.0 firebird驱动

首先在php.ini开启 php_pdo_firebird 扩展

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

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