Skip to content

Instantly share code, notes, and snippets.

@leben-jp
Last active March 6, 2018 10:36
Show Gist options
  • Save leben-jp/a8cf9bae7e2880abd9a7c8069ebc6b9f to your computer and use it in GitHub Desktop.
Save leben-jp/a8cf9bae7e2880abd9a7c8069ebc6b9f to your computer and use it in GitHub Desktop.
Codeigniterで最後に流したSQLを表示する
<?php
echo $this->db->last_query();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment