wizad/doctrine-oci8-french-driver-bundle
Composer 安装命令:
composer require wizad/doctrine-oci8-french-driver-bundle
包简介
French driver to connect to an french installed oracle database
关键字:
README 文档
README
Installation
composer require wizad/doctrine-oci8-french-driver-bundle
Enable the bundle
// app/AppKernel.php class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new Wizad\DoctrineOci8FrenchDriverBundle\WizadDoctrineOci8FrenchDriverBundle(), ); // ... } }
Use the driver
# app/config/config.yml doctrine: dbal: driver_class: Wizad\DoctrineOci8FrenchDriver\Doctrine\Driver\OracleFrench
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-06-23