Welcome Guest, Not a member yet? Register   Sign In
view won't load the view :/
#1

[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




Theme © iAndrew 2016 - Forum software by © MyBB