Welcome Guest, Not a member yet? Register   Sign In
Loading Layouts
#1

[eluser]Unknown[/eluser]
Hello friends, how to load 2 templates? When I use the code:
Code:
$this->load->view('templates/header', $data);
$this->load->view('welcome_message');

Only loads the last template. Why?
#2

[eluser]InsiteFX[/eluser]
Because the last one welcome_message is a full html layout so it is over writing the first one!
#3

[eluser]Unknown[/eluser]
Thanks, now it works. Smile


BTW: What is the link to the documentation of all functions?
#4

[eluser]InsiteFX[/eluser]
It's in your CodeIgniter donload user_guide




Theme © iAndrew 2016 - Forum software by © MyBB