Is there any way to load view \'header\'/\'footer\' without calling $this->load->view(\'header\') or $this->load->view(\'footer\') in e
$this->load->view(\'header\')
$this->load->view(\'footer\')
I usually extend CI's Loader class to accomplish this...