11-21-2008, 07:44 AM
[eluser]Bogdan Tanase[/eluser]
if this line executes before redirect, then it won't work, because it will output headers to the browsers.
if this line executes before redirect, then it won't work, because it will output headers to the browsers.
Code:
$this->obj->load->view($this->layout, $loadedData, false);