Documentation TYPO3 par Ameos

load_ext_tables.php

00001 <?php
00002 if (!defined ('TYPO3_MODE'))    die ('Access denied.');
00003 
00013 $temp_TYPO3_LOADED_EXT = $GLOBALS['TYPO3_LOADED_EXT'];
00014 reset($temp_TYPO3_LOADED_EXT);
00015 while(list($_EXTKEY,$temp_lEDat)=each($temp_TYPO3_LOADED_EXT))  {
00016         if (is_array($temp_lEDat) && $temp_lEDat['ext_tables.php'])     {
00017                 $_EXTCONF = $TYPO3_CONF_VARS['EXT']['extConf'][$_EXTKEY];
00018                 require($temp_lEDat['ext_tables.php']);
00019         }
00020 }
00021 ?>


Généré par TYPO3 Ameos avec  doxygen 1.4.6