TYPO3: DB Select
$res = $GLOBALS['TYPO3_DB']->exec_SELECTquery(
'*',
'from_table<<**SelectionInsertionPlaceholder**>>',
'1=1',
'groupBy',
'orderBy',
10
);
Added to Misc by Tim Lochmüller
$res = $GLOBALS['TYPO3_DB']->exec_SELECTquery(
'*',
'from_table<<**SelectionInsertionPlaceholder**>>',
'1=1',
'groupBy',
'orderBy',
10
);
Added to Misc by Tim Lochmüller