Created
August 27, 2013 13:43
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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