[eluser]obiron2[/eluser]
$this->load->view('leftcol',false)
Should load the view into the controller without firing the view render method.
You will need to fire the render manually after you have collated all your view fragments - you should find this in the user guide. Also look on the board for threads about nested views and templating
you can call a view which calls other views.
Obiron