Add custom error handler to log through new logging code

This commit is contained in:
2011-04-25 00:43:46 +01:00
parent 0260adb4b4
commit e2648d4c08
3 changed files with 59 additions and 0 deletions

View File

@@ -71,4 +71,13 @@ define('Sihnon_ConfigTable', 'settings');
*/
define('Sihnon_ConfigFile', '../private/settings.txt');
/**
* Sihnon Development Mode
*
* Specifies whether or not the Framework should operate in debug mode
*
* @var bool
*/
define('Sihnon_Dev', true);
?>