Skip to content

Instantly share code, notes, and snippets.

@rodurma
Created August 27, 2013 13:43
Show Gist options
  • Select an option

  • Save rodurma/6353705 to your computer and use it in GitHub Desktop.

Select an option

Save rodurma/6353705 to your computer and use it in GitHub Desktop.
Lista as querys feitas no banco de dados no CakePHP 1.3 dentro de um Controller.
<?php
$log = $this->Pedido->getDataSource()->getLog(false, false);
debug($log);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment