forked from leftypol/leftypol
Optionally EXPLAIN all SQL queries when in debug mode
This commit is contained in:
parent
9ccf62bb61
commit
e9ccc5d72d
2 changed files with 17 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue