Created
June 20, 2013 18:23
-
-
Save dodopok/5825259 to your computer and use it in GitHub Desktop.
Debug MySQL no controller - CakePHP
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->Model->getDataSource()->getLog(false, false); | |
debug($log); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment