Exemple #1
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('topic_m');
     $this->load->model('cate_m');
     $this->load->library('myclass');
     $this->load->library('form_validation');
 }
Exemple #2
0
 function __construct()
 {
     parent::__construct();
     $this->layout = 'layouts/' . CNF_THEME . '/index';
 }
Exemple #3
0
 function __construct()
 {
     parent::__construct();
 }