Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     if (!is_login()) {
         set_notify('error', 'คุณไม่มีสิทธิเข้าใช้งานในส่วนนี้ค่ะ');
         redirect('home');
     } else {
         if (!is_publish('documents')) {
             set_notify('error', 'คุณไม่มีสิทธิเข้าใช้งานในส่วนนี้ค่ะ');
             redirect('home');
         }
     }
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model('mdl_quotes');
 }