Created
November 28, 2013 07:46
-
-
Save andypa/7688523 to your computer and use it in GitHub Desktop.
debug mysql in typo3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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