[eluser]eluzyon[/eluser]
Hello everyone!
I'm getting a strange behavior in a controller.
This is an example code in a controller function:
Code:
$this->load->view("view1");
echo "something";
$this->load->view("view2");
the "something" should be between view1 and view2 but it actually renders before both views.
Do you know what it may be?
Thanks everyone and happy holidays!!