TYPO3 CMS  TYPO3_7-6
ext_emconf.php File Reference

Go to the source code of this file.

Variables

 $EM_CONF [$_EXTKEY]
 

Variable Documentation

◆ $EM_CONF

$EM_CONF[ $_EXTKEY]
Initial value:
= array(
'title' => 'ADOdb',
'description' => 'This extension just includes a current version of ADOdb, a database abstraction library for PHP, for further use in TYPO3',
'category' => 'misc',
'state' => 'stable',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author' => 'Xavier Perseguers',
'author_email' => 'xavier@typo3.org',
'author_company' => '',
'version' => '7.6.33',
'constraints' => array(
'depends' => array(
'typo3' => '7.6.33',
),
'conflicts' => array(),
'suggests' => array(),
),
)

Definition at line 2 of file ext_emconf.php.