Skip to content

Instantly share code, notes, and snippets.

@awartoft
Created July 20, 2012 08:19
Show Gist options
  • Save awartoft/3149540 to your computer and use it in GitHub Desktop.
Save awartoft/3149540 to your computer and use it in GitHub Desktop.
// Override the ZDT_DbCollector
'ZDT_DbCollector' => function($sm) {
$logs = $sm->get('doctrine.entitymanager.orm_default');
->getConnection()
->getConfiguration()
->getSQLLogger();
return new \MCNCore\Object\Profiler($logs);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment