public function __constructor()
 {
     parent::__constructor();
     $this->load->model('user_m');
 }
Example #2
0
 /**
  * @author : Roledene
  * Type : Constructor
  * Name : __construct
  * Description : this is the default construtor of Dashboard class
  */
 public function __constructor()
 {
     parent::__constructor();
 }
 public function __constructor()
 {
     parent::__constructor();
     $this->load->model('project_model');
 }