Main Page | Directories | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages | Examples

load_ext_tables.php

Go to the documentation of this file.
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 ?>

Generated on Sun Oct 3 01:05:52 2004 for TYPO3core 3.7.0 dev by  doxygen 1.3.8-20040913