Beispiel #1
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
 }
Beispiel #2
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     //$this->load->language("dashboard");
 }
Beispiel #3
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
     $this->load->model("domains_model");
 }