Thursday, January 21, 2016

Doctrine 2 et Oracle

Configuration Symfony2 et Oracle :

  • /app/config/config.yml

services: listener: 
       class: Doctrine\DBAL\Event\Listeners\OracleSessionInit 
       tags: 
            - { name: doctrine.event_listener, event: postConnect }

Check this out : http://tekcollab.imdeo.com/doctrine-2-et-oracle-utilisation-du-type-datetime/
http://www.tutoriel-symfony2.fr/blog/symfony2-avec-oracle-database-sous-ubuntu



No comments:

Post a Comment