Welcome Guest, Not a member yet? Register   Sign In
Header and footer
#4

[eluser]Anderson Mello[/eluser]
Hello thepyromaniac, thanks for the replies Wink
I was trying some things and I've found me on a maze, 'cause I din't knew about the third parameter of the view() method. So, I was trying to start my header and footer template with something like:

Code:
function mostra($view, $data) {
    $this->CI->load->view('header_view', $data);
    $this->CI->load->view($view);
    $this->CI->load->view('footer_view');
}

But doing this, only the footer was displayed. If I comment the footer line, the main ($view var file) comes. I could solved it with buffering but that doesn't sounded a good idea for me.

I'll study your library (that have teach me a lot already Smile) and post implements that could be made.
Thank you again!

Regards,
Anderson Mello


Messages In This Thread
Header and footer - by El Forum - 07-13-2007, 01:33 PM
Header and footer - by El Forum - 07-17-2007, 05:32 PM
Header and footer - by El Forum - 07-18-2007, 05:44 AM
Header and footer - by El Forum - 07-18-2007, 12:42 PM
Header and footer - by El Forum - 07-19-2007, 09:14 PM
Header and footer - by El Forum - 07-20-2007, 07:15 AM
Header and footer - by El Forum - 07-20-2007, 07:38 AM
Header and footer - by El Forum - 07-20-2007, 09:10 AM
Header and footer - by El Forum - 07-23-2007, 06:11 AM
Header and footer - by El Forum - 07-27-2007, 03:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB