Skip to content

Releases: magefly/CodeIgniter-Aauth-Compat

v1.0.1

19 May 14:13
Compare
Choose a tag to compare
  • added get_system_vars()
  • changed list_system_var_keys() - returns now array() instead of FALSE
  • removed infos Aauth_compat.php
  • added gitbook documentation
  • added documentation link in README.md

v1.0.0

19 May 14:11
Compare
Choose a tag to compare

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