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