Skip to content

Instantly share code, notes, and snippets.

@eminetto
Created May 23, 2011 19:44
Show Gist options
  • Save eminetto/987426 to your computer and use it in GitHub Desktop.
Save eminetto/987426 to your computer and use it in GitHub Desktop.
// Configuring Profiler
$profiler = new Zend_Db_Profiler_Firebug('db-profiling');
$profiler->setEnabled(true);
$Connection->setProfiler($profiler);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment