Created
July 11, 2015 18:13
-
-
Save tomfun/4ed70cf8f8eec589763f to your computer and use it in GitHub Desktop.
doctrine sql log on screen
This file contains hidden or 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
$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