Welcome Guest, Not a member yet? Register   Sign In
how to have a varibale in the header
#1

[eluser]runrun[/eluser]
Hi,

How could i have a variable in the header.php file ?

This is how use the header.php:

For exmaple: I open file account_view.php i will see

Code:
<?php $this->load->view('doctype_view');?>
<link href="../../../css/main_css.css" rel="stylesheet" type="text/css" />
<link href="../../../css/account.css" rel="stylesheet" type="text/css" />
<?php $this->load->view('header_view'); ?>
    <div class="center">
        <div>account information</div>
        <dvi><span>name</span>&lt;?=$name?&gt;</div>
        <div><span>email</span>&lt;?=4email?&gt;</div>
        ....
    </div>
&lt;?php $this->load->view('footer_view'); ?&gt;

This way, I see its impossible to have a variable in the header_view.php as it has no controller.


Messages In This Thread
how to have a varibale in the header - by El Forum - 03-13-2009, 03:55 AM
how to have a varibale in the header - by El Forum - 03-13-2009, 04:01 AM
how to have a varibale in the header - by El Forum - 03-13-2009, 04:28 AM
how to have a varibale in the header - by El Forum - 03-13-2009, 06:27 AM
how to have a varibale in the header - by El Forum - 03-13-2009, 06:42 AM
how to have a varibale in the header - by El Forum - 03-13-2009, 06:53 AM
how to have a varibale in the header - by El Forum - 03-13-2009, 08:50 AM
how to have a varibale in the header - by El Forum - 03-13-2009, 08:51 AM
how to have a varibale in the header - by El Forum - 03-13-2009, 09:33 AM
how to have a varibale in the header - by El Forum - 03-13-2009, 09:40 AM
how to have a varibale in the header - by El Forum - 03-13-2009, 09:42 AM
how to have a varibale in the header - by El Forum - 03-13-2009, 09:47 AM
how to have a varibale in the header - by El Forum - 03-13-2009, 09:48 AM
how to have a varibale in the header - by El Forum - 03-13-2009, 09:55 AM
how to have a varibale in the header - by El Forum - 03-15-2009, 04:22 PM
how to have a varibale in the header - by El Forum - 03-15-2009, 07:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB