This commit is contained in:
wangjinlei
2020-11-12 17:15:37 +08:00
parent 824380664c
commit 1abf99316f
893 changed files with 278997 additions and 0 deletions

12
vendor/topthink/think-oracle/README.md vendored Normal file
View File

@@ -0,0 +1,12 @@
ThinkPHP 5.0 Oracle驱动
===============
首先在`php.ini`开启 `php_pdo_oci` 扩展
然后,配置应用的数据库配置文件`database.php``type`参数为:
~~~
'type' => '\think\oracle\Connection',
~~~