Welcome Guest, Not a member yet? Register   Sign In
loading a view from a variable
#2

[eluser]Michael Wales[/eluser]
Code:
$myview = $this->load->view('myview', $data, TRUE);
// do your processing here
$this->output->set_output($myview);


Messages In This Thread
loading a view from a variable - by El Forum - 07-13-2009, 02:27 PM
loading a view from a variable - by El Forum - 07-13-2009, 02:40 PM
loading a view from a variable - by El Forum - 07-13-2009, 02:50 PM
loading a view from a variable - by El Forum - 07-13-2009, 02:55 PM
loading a view from a variable - by El Forum - 07-13-2009, 03:01 PM
loading a view from a variable - by El Forum - 07-14-2009, 04:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB