Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 943 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 943 Bytes

Aauth-Compat


Aauth-Compat is a CodeIgniter-Aauth Compatibility Pack for deleted functions after v2.5.0

Documentation available on GitBook

Features


  • System Variables

Loading the Library

	$this->load->library('aauth_compat');

After loading the Library

Available Functions


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