Skip to content

Instantly share code, notes, and snippets.

@tomfun
Created July 11, 2015 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomfun/4ed70cf8f8eec589763f to your computer and use it in GitHub Desktop.
Save tomfun/4ed70cf8f8eec589763f to your computer and use it in GitHub Desktop.
doctrine sql log on screen
$this->em->getConnection()
->getConfiguration()
->setSQLLogger(new \Doctrine\DBAL\Logging\EchoSQLLogger())
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment