Aauth-Compat is a CodeIgniter-Aauth Compatibility Pack for deleted functions after v2.5.0
Documentation available on GitBook
- System Variables
$this->load->library('aauth_compat');
After loading the Library
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->get_system_vars();
- Get all System Variable$this->aauth_compat->list_system_var_keys();
- List all System Variables