TYPO3 CMS  TYPO3_7-6
ext_emconf.php
Go to the documentation of this file.
1 <?php
2 $EM_CONF[$_EXTKEY] = array(
3  'title' => 'ADOdb',
4  'description' => 'This extension just includes a current version of ADOdb, a database abstraction library for PHP, for further use in TYPO3',
5  'category' => 'misc',
6  'state' => 'stable',
7  'uploadfolder' => 0,
8  'createDirs' => '',
9  'clearCacheOnLoad' => 0,
10  'author' => 'Xavier Perseguers',
11  'author_email' => 'xavier@typo3.org',
12  'author_company' => '',
13  'version' => '7.6.33',
14  'constraints' => array(
15  'depends' => array(
16  'typo3' => '7.6.33',
17  ),
18  'conflicts' => array(),
19  'suggests' => array(),
20  ),
21 );
$EM_CONF[$_EXTKEY]
Definition: ext_emconf.php:2