Loading multiple views in CodeIgniter
CodeIgniter will astutely handle multiple calls
of view, model in a controller
$this->load->view(‘viewname’) within a controller. If many call
happen from a controller, view will be appended jointly. For example, If you
have view and you want to load some header footer content section a view so you
can do by the follow example:-