Skip to content

Instantly share code, notes, and snippets.

@andypa
Created November 28, 2013 07:46
Show Gist options
  • Save andypa/7688523 to your computer and use it in GitHub Desktop.
Save andypa/7688523 to your computer and use it in GitHub Desktop.
debug mysql in typo3
$GLOBALS['TYPO3_DB']->store_lastBuiltQuery = 1;
echo $GLOBALS['TYPO3_DB']->debug_lastBuiltQuery;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment