CodeIgniter FAQ: Loading a View within a View
A lot of new CodeIgniter users have at one point asked, "How to load a view within another View?"
To load a view within another view. We can also use the same method we used in the controller to load the "primary" view.
Continue reading CodeIgniter FAQ: Loading a View within a View

