Skip to content

Instantly share code, notes, and snippets.

@dimak57
Created January 10, 2012 06:47
Show Gist options
  • Save dimak57/1587496 to your computer and use it in GitHub Desktop.
Save dimak57/1587496 to your computer and use it in GitHub Desktop.
Ion Auth config for HMVC CodeIgniter
$this->ci->load->config('users/ion_auth', TRUE);
$this->ci->load->library('email');
$this->ci->load->library('session');
$this->ci->lang->load('users/ion_auth');
$this->ci->load->model('users/ion_auth_model');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment