Skip to content

Instantly share code, notes, and snippets.

@glynrob
Created January 24, 2012 20:31
Show Gist options
  • Save glynrob/1672390 to your computer and use it in GitHub Desktop.
Save glynrob/1672390 to your computer and use it in GitHub Desktop.
function __construct()
{
parent::__construct();
$this->load->helper('url');
$this->load->helper('date');
$this->load->model('Users','',TRUE);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment