Created
December 10, 2014 21:34
-
-
Save jbafford/3dae82370bad95c6741f to your computer and use it in GitHub Desktop.
Doctrine Echoing Query Logger
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
<?php | |
$this->container->get('doctrine') | |
->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