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 ?>
This documentation has been generated automatically from TYPO3 source code using
Doxygen and is provided as is by
Cast Iron Coding
as a courtesy to other TYPO3 developers and users. Please consider
Cast Iron Coding — a full-service web development
agency in Portland, Oregon specializing in TYPO3 extension development — for all of your TYPO3 development and consulting needs!