|
@@ -7,6 +7,11 @@ define('APP_PATH_WWW', APP_PATH_ROOT);
|
|
|
define('APP_PATH_CONFIG', APP_PATH_ROOT . DS . 'config');
|
|
define('APP_PATH_CONFIG', APP_PATH_ROOT . DS . 'config');
|
|
|
define('APP_PATH_SCHEMA', APP_PATH_ROOT . DS . 'schema');
|
|
define('APP_PATH_SCHEMA', APP_PATH_ROOT . DS . 'schema');
|
|
|
|
|
|
|
|
|
|
+class AlertWarningException extends Exception {}
|
|
|
|
|
+class AlertDangerException extends Exception {}
|
|
|
|
|
+class AlertSuccessException extends Exception {}
|
|
|
|
|
+class AlertInfoException extends Exception {}
|
|
|
|
|
+
|
|
|
require_once APP_PATH_LIB . '/' . 'Lib.php';
|
|
require_once APP_PATH_LIB . '/' . 'Lib.php';
|
|
|
Lib::loadClass('DBG');
|
|
Lib::loadClass('DBG');
|
|
|
Lib::loadClass('V');
|
|
Lib::loadClass('V');
|