菜单

Get lastsql

2013年05月24日 - typo3
$GLOBALS['TYPO3_DB']->store_lastBuiltQuery = 1;

// process query
$res = $GLOBALS['TYPO3_DB']->exec_SELECTquery($select_fields,$from_table,$where_clause,$groupBy,$orderBy,$limit);

// the complete SQL-Statement
echo $GLOBALS['TYPO3_DB']->debug_lastBuiltQuery;

发表评论

电子邮件地址不会被公开。 必填项已用*标注