aid

Showing posts with label Loading multiple views in CodeIgniter. Show all posts
Showing posts with label Loading multiple views in CodeIgniter. Show all posts

Wednesday, 15 April 2015

Loading multiple views in CodeIgniter

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:-