Skip to content

Instantly share code, notes, and snippets.

@jsmitka
Created March 4, 2010 12:52
Show Gist options
  • Save jsmitka/321670 to your computer and use it in GitHub Desktop.
Save jsmitka/321670 to your computer and use it in GitHub Desktop.
<?php
// ...
dibi::connect(array(
// ...
'profiler' => TRUE
// ...
));
// ...
dibi::getProfiler()
->setFile(APP_DIR . '/log/dibi.log')
->useFirebug = false;
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment