Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library('session');
     $this->load->helper(array('url'));
     $this->load->library('layout', 'default/layout_doc');
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->load->library(array('session'));
     $this->load->helper(array('url'));
     $this->config->load('base_config', TRUE);
 }