Skip to content
KentonJack edited this page Mar 1, 2018 · 1 revision
  • Name:

    • get_runtime - detect the runtime
    • get_error - detect the error
    • autoload - automatically load php files given a path
    • add_errors - add error messages
  • Synopsis:

    • system::get_runtime($switch)
    • system::get_error($switch)
    • system::autoload($path)
    • system::add_error($method, $code, $error)
  • Description:

    • 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);

Getting Started

Data Structure

Networking

Operations

Features

Clone this wiki locally