wizad / doctrine-oci8-french-driver-bundle
用于连接到已安装的法语文档 oracle 数据库的 French 驱动器
v0.1.2
2017-07-12 07:47 UTC
Requires
- php: ^5.5.9 || ^7.0
- doctrine/orm: ~2.5
- symfony/symfony: >3.0
- wizad/doctrine-oci8-french-driver: ^0.2
This package is auto-updated.
Last update: 2024-09-17 20:24:12 UTC
README
安装
composer require wizad/doctrine-oci8-french-driver-bundle
启用包
// app/AppKernel.php class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new Wizad\DoctrineOci8FrenchDriverBundle\WizadDoctrineOci8FrenchDriverBundle(), ); // ... } }
使用驱动器
# app/config/config.yml doctrine: dbal: driver_class: Wizad\DoctrineOci8FrenchDriver\Doctrine\Driver\OracleFrench