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