|
TYPO3 API
SVNRelease
|
Go to the source code of this file.
Namespaces | |
| namespace | TYPO3 |
Variables | |
| global | $TYPO3_CONF_VARS |
| $TYPO3_CONF_VARS ['EXTCONF']['dbal']['handlerCfg'] | |
| $TYPO3_CONF_VARS ['EXTCONF']['dbal']['mapping'] | |
| $TYPO3_CONF_VARS ['EXTCONF']['dbal']['table2handlerKeys'] = array() | |
| global $TYPO3_CONF_VARS |
Definition at line 12 of file mssql.config.php.
| $TYPO3_CONF_VARS['EXTCONF']['dbal']['handlerCfg'] |
array(
'_DEFAULT' => array(
'type' => 'adodb',
'config' => array(
'driver' => 'mssql',
'useNameQuote' => FALSE,
),
),
)
Definition at line 14 of file mssql.config.php.
| $TYPO3_CONF_VARS['EXTCONF']['dbal']['mapping'] |
array(
'tx_templavoila_tmplobj' => array(
'mapFieldNames' => array(
'datastructure' => 'ds',
),
),
'Members' => array(
'mapFieldNames' => array(
'pid' => '0',
'cruser_id' => '1',
'uid' => 'MemberID',
),
),
)
Definition at line 24 of file mssql.config.php.
| $TYPO3_CONF_VARS['EXTCONF']['dbal']['table2handlerKeys'] = array() |
Definition at line 39 of file mssql.config.php.
1.8.0