topthink / think-oracle
Oracle driver for thinkphp
Installs: 21 645
Dependents: 1
Suggesters: 0
Security: 0
Stars: 33
Watchers: 8
Forks: 16
Open Issues: 4
Requires
- topthink/framework: ^6.0.0
README
首先在php.ini
开启 php_pdo_oci
扩展
然后,配置应用的数据库配置文件database.php
的type
参数为:
'type' => 'Oracle',