/ Published in: PHP
You can get the last query by using the following code. Insert the first line before the query and TYPO3 will store each query. You can get the last query with the second line.
Expand |
Embed | Plain Text
$GLOBALS['TYPO3_DB']->store_lastBuiltQuery = 1;
Comments
Subscribe to comments
You need to login to post a comment.

Write and execute your query between this two lines. The first line saves the query, the second line will display it.