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\')
You need to load view files somehow, this the way CI use to include the files.
Stick to the standard, I think it's the best practice.