-
Notifications
You must be signed in to change notification settings - Fork 6
system
KentonJack edited this page Mar 1, 2018
·
1 revision
-
- get_runtime - detect the runtime
- get_error - detect the error
- autoload - automatically load php files given a path
- add_errors - add error messages
-
- system::get_runtime($switch)
- system::get_error($switch)
- system::autoload($path)
- system::add_error($method, $code, $error)
-
- add_errors is for builders, others for web developers
-
system::get_runtime('on');
-
system::get_error('on');
-
system::autoload($local_path);
-
system::add_error($method_name,$error);