Ejemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->load->helper('date');
     $this->load->library('email');
     $this->load->model('RoleModel');
 }
Ejemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     $this->load->helper('date');
     $this->load->library('email');
     $this->load->library('encrypt');
     $this->load->helper('security');
 }
Ejemplo n.º 3
0
 function __construct()
 {
     parent::__construct();
     $this->load->helper('date');
     $this->load->library('email');
     $this->load->model('MembershipModel');
     $this->load->model('PaymentModel');
 }
 function __construct()
 {
     parent::__construct();
     $this->load->helper('date');
     $this->load->library('email');
     $this->load->library('encrypt');
     $this->load->helper('security');
     $this->load->model('RoleModel');
     $this->load->model('ContentModel');
     $this->load->model('EmailModel');
     $this->load->model('UserModel');
     $this->load->database();
 }
Ejemplo n.º 5
0
 function __construct()
 {
     parent::__construct();
 }
 function __construct()
 {
     parent::__construct();
     $this->load->helper('security');
     $this->load->database();
 }
Ejemplo n.º 7
0
 function __construct()
 {
     parent::__construct();
     $this->load->database();
 }
Ejemplo n.º 8
0
 public function __construct($conect_dsn = array(), $directory = null)
 {
     parent::__construct($conect_dsn, $directory);
 }