Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matheuseduardo/035105aa9c774b33f38fa52eaaed6b02 to your computer and use it in GitHub Desktop.
Save matheuseduardo/035105aa9c774b33f38fa52eaaed6b02 to your computer and use it in GitHub Desktop.
CakePHP - Display last executed SQL query
// only for CakePHP 2.x
$lastquery = end($this->getDatasource()->getLog()['log'])['query'];
debug($lastquery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment