Archives

Archive for February, 2007

Please keep in mind that you need to translate your SysFolder to use this feature!!!!!! Otherwise you need to go the hard way …

Feb 18th, 2007 | Filed under Typo3

Insert these lines after the root entry of the DS: <meta> <langChildren>1</langChildren> </meta> <root>…</root>

Feb 12th, 2007 | Filed under Typo3

Hey … it’s very simple to get the last sql statement. Before the execution of the statement write this: $GLOBALS['TYPO3_DB']->store_lastBuiltQuery = 1; Then execute the statement. After that you can query the sql string with: echo $GLOBALS['TYPO3_DB']->debug_lastBuiltQuery;

Feb 10th, 2007 | Filed under Typo3