Beispiel #1
0
 public function __construct()
 {
     parent::__construct();
     if (method_exists($this, $this->task_key)) {
         $function = $this->task_key;
         $this->{$function}();
     } else {
         $this->index();
     }
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct();
 }
Beispiel #3
0
 public function __construct()
 {
     parent::__construct();
     $this->load->helper(array('dompdf', 'file', 'excel'));
 }