Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library('email');
     $this->load->library('session');
     $this->load->helper('cookie');
 }