Skip to content

Instantly share code, notes, and snippets.

@andypa
Created November 28, 2013 07:46

Revisions

  1. andypa created this gist Nov 28, 2013.
    3 changes: 3 additions & 0 deletions debug mysql in typo3
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@

    $GLOBALS['TYPO3_DB']->store_lastBuiltQuery = 1;
    echo $GLOBALS['TYPO3_DB']->debug_lastBuiltQuery;