Welcome Guest, Not a member yet? Register   Sign In
Looping through views
#2

[eluser]Cristian Gilè[/eluser]
From the user guide: CodeIgniter will intelligently handle multiple calls to $this->load->view from within a controller.
Code:
$this->load->view('view_name_1', $a);
$this->load->view('view_name_2', $b);
$this->load->view('view_name_3', $c);


Messages In This Thread
Looping through views - by El Forum - 06-04-2012, 07:56 AM
Looping through views - by El Forum - 06-04-2012, 08:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB