Welcome Guest, Not a member yet? Register   Sign In
Where do you put header.php and footer.php?
#12

[eluser]bengrice[/eluser]
hi carlos,

just encase you missunderstood. i got an error if i tried to pass through the data var. if i just left it off everything passed through as normal eg this is my simple container view
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
&lt;html&gt;
&lt;head&gt;
&lt;?php $this->load->view('layout/meta'); ?&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;?php
$this->load->view('layout/header');
$this->load->view($page);
$this->load->view('layout/footer');
?&gt;
&lt;/body&gt;
&lt;/html&gt;

as you can see i haven't passed through the second variable the $data one however any data i set and passed through when i called this container view automagically becomes available in the nested views (accessed in the normal way ie calling the variable name directly)

hope you understand lol

ben


Messages In This Thread
Where do you put header.php and footer.php? - by El Forum - 08-06-2009, 01:55 PM
Where do you put header.php and footer.php? - by El Forum - 08-06-2009, 02:14 PM
Where do you put header.php and footer.php? - by El Forum - 08-06-2009, 03:20 PM
Where do you put header.php and footer.php? - by El Forum - 08-06-2009, 05:23 PM
Where do you put header.php and footer.php? - by El Forum - 08-07-2009, 10:19 AM
Where do you put header.php and footer.php? - by El Forum - 08-07-2009, 10:34 AM
Where do you put header.php and footer.php? - by El Forum - 08-07-2009, 11:47 AM
Where do you put header.php and footer.php? - by El Forum - 08-07-2009, 02:11 PM
Where do you put header.php and footer.php? - by El Forum - 08-07-2009, 02:36 PM
Where do you put header.php and footer.php? - by El Forum - 08-08-2009, 08:58 AM
Where do you put header.php and footer.php? - by El Forum - 08-09-2009, 09:58 AM
Where do you put header.php and footer.php? - by El Forum - 08-09-2009, 10:09 AM
Where do you put header.php and footer.php? - by El Forum - 08-09-2009, 12:07 PM
Where do you put header.php and footer.php? - by El Forum - 08-09-2009, 12:15 PM
Where do you put header.php and footer.php? - by El Forum - 09-24-2009, 08:47 PM
Where do you put header.php and footer.php? - by El Forum - 09-25-2009, 03:56 AM
Where do you put header.php and footer.php? - by El Forum - 09-25-2009, 06:21 AM
Where do you put header.php and footer.php? - by El Forum - 09-25-2009, 03:36 PM
Where do you put header.php and footer.php? - by El Forum - 09-26-2009, 02:21 PM
Where do you put header.php and footer.php? - by El Forum - 09-28-2009, 02:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB