Static Public Attributes | |
static | $pdo_error_name_failed_to_open_data_db = 'Failed to open the data storage database.' |
static | $pdo_error_desc_failed_to_open_data_db = 'There was an error while trying to access the main data storage database.' |
static | $pdo_error_name_failed_to_open_security_db = 'Failed to open the security database.' |
static | $pdo_error_desc_failed_to_open_security_db = 'There was an error while trying to access the security database.' |
static | $pdo_error_name_invalid_login = 'Invalid Login.' |
static | $pdo_error_desc_invalid_login = 'The login or password provided was not valid.' |
static | $pdo_error_name_illegal_write_attempt = 'Illegal Database Write Attempt.' |
static | $pdo_error_desc_illegal_write_attempt = 'There was an attempt to write to a record for which the user does not have write permission.' |
static | $pdo_error_name_illegal_delete_attempt = 'Illegal Database delete Attempt.' |
static | $pdo_error_desc_illegal_delete_attempt = 'There was an attempt to delete a record for which the user does not have write permission.' |
static | $pdo_error_name_failed_delete_attempt = 'Failed Database delete Attempt.' |
static | $pdo_error_desc_failed_delete_attempt = 'There was a failure during an attempt to delete a record.' |
static | $db_error_name_class_file_not_found = 'Class file was not found.' |
static | $db_error_desc_class_file_not_found = 'The file for the class being instantiated was not found.' |
static | $db_error_name_class_not_created = 'Class was not created.' |
static | $db_error_desc_class_not_created = 'The attempt to instantiate the class failed.' |
static | $db_error_name_user_not_authorized = 'User Not Authorized' |
static | $db_error_desc_user_not_authorized = 'The user is not authorized to perform the requested operation.' |
static | $access_error_name_user_not_authorized = 'User Not Authorized' |
static | $access_error_desc_user_not_authorized = 'The user is not authorized to perform the requested operation.' |
static | $access_error_name_class_file_not_found = 'Class file was not found.' |
static | $access_error_desc_class_file_not_found = 'The file for the class being instantiated was not found.' |
static | $access_error_name_class_not_created = 'Class was not created.' |
static | $access_error_desc_class_not_created = 'The attempt to instantiate the class failed.' |
static | $login_error_name_api_key_invalid = 'API Key Invalid' |
static | $login_error_desc_api_key_invalid = 'The API key is either invalid, or has expired. You need to log in again, and acquire a new API key.' |
static | $login_error_name_api_key_mismatch = 'API Key Mismatch' |
static | $login_error_desc_api_key_mismatch = 'The API key does not match the API key for this instance.' |
static | $login_error_name_attempt_to_delete_god = 'Attempt To Delete \'God\' Login' |
static | $login_error_desc_attempt_to_delete_god = 'You cannot delete the \'God\' login!' |
|
static |
Definition at line 61 of file en.php.
Referenced by CO_Access\make_new_blank_record().
|
static |
Definition at line 63 of file en.php.
Referenced by CO_Access\make_new_blank_record().
|
static |
Definition at line 59 of file en.php.
Referenced by CO_Access\make_new_blank_record().
|
static |
Definition at line 60 of file en.php.
Referenced by CO_Access\make_new_blank_record().
|
static |
Definition at line 62 of file en.php.
Referenced by CO_Access\make_new_blank_record().
|
static |
Definition at line 58 of file en.php.
Referenced by CO_Access\make_new_blank_record().
|
static |
Definition at line 51 of file en.php.
Referenced by A_CO_DB\_instantiate_record().
|
static |
Definition at line 53 of file en.php.
Referenced by A_CO_DB\_instantiate_record().
|
static |
Definition at line 56 of file en.php.
Referenced by CO_Security_Login\add_id(), CO_Security_Login\remove_id(), and CO_Security_Login\set_ids().
|
static |
Definition at line 50 of file en.php.
Referenced by A_CO_DB\_instantiate_record().
|
static |
Definition at line 52 of file en.php.
Referenced by A_CO_DB\_instantiate_record().
|
static |
Definition at line 55 of file en.php.
Referenced by CO_Security_Login\add_id(), CO_Security_Login\remove_id(), and CO_Security_Login\set_ids().
|
static |
Definition at line 66 of file en.php.
Referenced by CO_Security_Login\get_api_key().
|
static |
Definition at line 68 of file en.php.
Referenced by CO_Security_Login\is_api_key_valid().
|
static |
Definition at line 71 of file en.php.
Referenced by CO_Security_Login\delete_from_db().
|
static |
Definition at line 65 of file en.php.
Referenced by CO_Security_Login\get_api_key().
|
static |
Definition at line 67 of file en.php.
Referenced by CO_Security_Login\is_api_key_valid().
|
static |
Definition at line 70 of file en.php.
Referenced by CO_Security_Login\delete_from_db().
|
static |
Definition at line 48 of file en.php.
Referenced by A_CO_DB\delete_record().
|
static |
Definition at line 33 of file en.php.
Referenced by CO_Access\__construct().
|
static |
Definition at line 36 of file en.php.
Referenced by CO_Access\__construct(), and A_CO_DB\_execute_query().
|
static |
Definition at line 45 of file en.php.
Referenced by A_CO_DB\delete_record().
|
static |
Definition at line 42 of file en.php.
Referenced by A_CO_DB\write_record().
|
static |
Definition at line 39 of file en.php.
Referenced by CO_Access\__construct().
|
static |
Definition at line 47 of file en.php.
Referenced by A_CO_DB\delete_record().
|
static |
Definition at line 32 of file en.php.
Referenced by CO_Access\__construct().
|
static |
Definition at line 35 of file en.php.
Referenced by CO_Access\__construct(), and A_CO_DB\_execute_query().
|
static |
Definition at line 44 of file en.php.
Referenced by A_CO_DB\delete_record().
|
static |
Definition at line 41 of file en.php.
Referenced by A_CO_DB\write_record().
|
static |
Definition at line 38 of file en.php.
Referenced by CO_Access\__construct().