TYPO3 CMS  TYPO3_6-2
All Classes Namespaces Files Functions Variables Pages
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' => 'MySQL driver for Indexed Search Engine',
'description' => 'MySQL specific driver for Indexed Search Engine. Allows usage of MySQL-only features like FULLTEXT indexes.',
'category' => 'misc',
'state' => 'beta',
'uploadfolder' => 0,
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author' => 'Michael Stucki',
'author_email' => 'michael@typo3.org',
'author_company' => '',
'version' => '6.2.0',
'_md5_values_when_last_written' => '',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-6.2.99',
'indexed_search' => '6.2.0-6.2.99',
),
'conflicts' => array(),
'suggests' => array(),
),
)

Definition at line 2 of file ext_emconf.php.