Optionally EXPLAIN all SQL queries when in debug mode

This commit is contained in:
Michael Foster
2013-09-07 12:40:35 +10:00
parent 9ccf62bb61
commit e9ccc5d72d
2 changed files with 17 additions and 2 deletions

View File

@@ -44,6 +44,8 @@
$config['debug'] = false;
// For development purposes. Displays (and "dies" on) all errors and warnings. Turn on with the above.
$config['verbose_errors'] = true;
// EXPLAIN all SQL queries (when in debug mode).
$config['debug_explain'] = false;
// Directory where temporary files will be created.
$config['tmp'] = sys_get_temp_dir();