[Typo3-dev] Loading TCA
    Kraft Bernhard 
    kraftb at gmx.net
       
    Mon Jan 31 13:37:27 CET 2005
    
    
  
Hallo List,
In one of my BE Module Extensions I loop trough $TCA with something like:
foreach ($GLOBALS['TCA'] as $table => $ar) {
	t3lib_div::loadTCA($table);
	// Do something with $GLOBALS['TCA'][$table]
}
the problems is that on some installations it seems as there is nothing
in the TCA array.
How can I make sure the basic TCA array containing all existent tables
is available ?
greets,
Bernhard
-- 
----------------------------------------------------------------------
"Freiheit ist immer auch die Freiheit des Andersdenkenden"
Rosa Luxemburg, 1871 - 1919
----------------------------------------------------------------------
    
    
More information about the TYPO3-dev
mailing list