Skip to content

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

License

Notifications You must be signed in to change notification settings

magefly/CodeIgniter-Aauth-Compat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages