Skip to content

Instantly share code, notes, and snippets.

@dodopok
Created June 20, 2013 18:23
Show Gist options
  • Save dodopok/5825259 to your computer and use it in GitHub Desktop.
Save dodopok/5825259 to your computer and use it in GitHub Desktop.
Debug MySQL no controller - CakePHP
<?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