PHP code example of wizad / doctrine-oci8-french-driver
1. Go to this page and download the library: Download wizad/doctrine-oci8-french-driver library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
wizad / doctrine-oci8-french-driver example snippets
xml
<service id="doctrine.dbal.events.oracle_session_init.listener" class="%doctrine.dbal.events.oracle_session_init.class%">
<argument type="collection">
<argument key="NLS_TIME_FORMAT">HH24:MI:SS</argument>
<argument key="NLS_DATE_FORMAT">DD/MM/YYYY HH24:MI:SS</argument>
<argument key="NLS_TIMESTAMP_FORMAT">DD/MM/YYYY HH24:MI:SS</argument>
<argument key="NLS_TIMESTAMP_TZ_FORMAT">DD/MM/YYYY HH24:MI:SS TZH:TZM</argument>
<argument key="NLS_NUMERIC_CHARACTERS">.,</argument>
</argument>
<tag name="doctrine.event_listener" event="postConnect" />
</service>