Skip to content

Instantly share code, notes, and snippets.

@rifki
Created December 18, 2014 13:39
Show Gist options
  • Save rifki/4c542d87273e1f3bf1ea to your computer and use it in GitHub Desktop.
Save rifki/4c542d87273e1f3bf1ea to your computer and use it in GitHub Desktop.
Save queries Codeigniter
Issue:
https://github.com/bcit-ci/CodeIgniter/issues/1351
Config:
Global config(application/config/config.php)
code:
$db['default']['save_queries'] = FALSE;
After database initialization:
$this->db->save_queries = FALSE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment