Created
May 27, 2012 21:02
-
-
Save glynrob/2815896 to your computer and use it in GitHub Desktop.
Construtor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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