CodeIgniter Forums
view won't load the view :/ - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: view won't load the view :/ (/showthread.php?tid=30637)



view won't load the view :/ - El Forum - 05-21-2010

[eluser]aioon[/eluser]
Hello,

can somebody explain me, why this won't work?

Code:
<?php
$this->load->view('order/'.$this->router->method);
?>

this is a view, which have the code above :/ but when I do smoething like this

Code:
<?php
echo '.';
$this->load->view('order/'.$this->router->method);
?>

than, it works :/ wtf?

I am a little bit confused... =)

upd:

oh, sorry it works, just the layout was moved to right side behind the slider ^^

please delete this post Tongue sry