Releases: magefly/CodeIgniter-Aauth-Compat
Releases · magefly/CodeIgniter-Aauth-Compat
v1.0.1
v1.0.0
Release of First Version with
- System Variables
$this->aauth_compat->set_system_var( $key, $value );- Add/Update System Variable$this->aauth_compat->unset_system_var( $key );- Remove System Variable by Key$this->aauth_compat->get_system_var( $key );- Get System Variable by Key$this->aauth_compat->list_system_var_keys();- List all System Variables