Doctrine 2 panel for Debug Bar
Add SQL log (from Doctrine 2) panel to Nette Debug Bar.
| Version | 2.5 |
|---|---|
| Download | connection-panel.php |
| Licence | LGPL |
| GitHub | http://github.com/nella/framework |
Only for Nette 2.0 stable or higher.
Example
Using
For activation (add panel to Debug Bar) edit your Doctine 2 inicialization
$config = new \Doctrine\ORM\Configuration;
$config->setSQLLogger(\Nella\Addons\Doctrine\Diagnostics\ConnectionPanel::register());
Doctrine 2 Nette sandbox http://forum.nette.org/cs/9403 (Czech)

