TYPO3 API  SVNRelease
Namespaces | Variables
postgresql.config.php File Reference

Go to the source code of this file.

Namespaces

namespace  TYPO3

Variables

global $TYPO3_CONF_VARS
 $TYPO3_CONF_VARS ['EXTCONF']['dbal']['handlerCfg']

Variable Documentation

global $TYPO3_CONF_VARS

Definition at line 12 of file postgresql.config.php.

$TYPO3_CONF_VARS['EXTCONF']['dbal']['handlerCfg']
Initial value:
 array(
    '_DEFAULT' => array(
        'type' => 'adodb',
        'config' => array(
            'driver' => 'postgres',
        ),
    ),
)

Definition at line 14 of file postgresql.config.php.