Welcome Guest, Not a member yet? Register   Sign In
redirects in Internet Explorer
#8

[eluser]Caio Russo[/eluser]
Hi, gscharlemann

you must call the view directly from the controller:

Code:
function getList(){
   $this->load->view('embeds/header.php');
   $this->load->view('embeds/content.php');
   $this->load->view('embeds/footer.php');
}


Messages In This Thread
redirects in Internet Explorer - by El Forum - 04-27-2010, 07:50 PM
redirects in Internet Explorer - by El Forum - 04-27-2010, 08:05 PM
redirects in Internet Explorer - by El Forum - 04-27-2010, 08:05 PM
redirects in Internet Explorer - by El Forum - 04-27-2010, 08:30 PM
redirects in Internet Explorer - by El Forum - 04-27-2010, 08:48 PM
redirects in Internet Explorer - by El Forum - 04-28-2010, 05:59 AM
redirects in Internet Explorer - by El Forum - 05-03-2010, 03:24 PM
redirects in Internet Explorer - by El Forum - 05-04-2010, 09:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB