Welcome Guest, Not a member yet? Register   Sign In
Loading Header and Footer in codeigniter
#4

[eluser]victorche[/eluser]
thanks for this, really usefull
but i have a question
in my header.php, which is included in the main template, i have:
Code:
<p>Wellcome, &lt;?php echo $user; ?&gt;</p>
and because i have this header on every page, i want to extend CI_Controller with MY_Controller. And in MY_Controller i have:
Code:
$user = $this->auth->get_user();
$data['user'] = $user->username;
in my template.php file, i also have:
Code:
&lt;?php $this->load->view('header'); ?&gt;
but the result is ... "Undefined variable: User"
any ideas how to include something globally, with MY_Controller and this simple template library ?


Messages In This Thread
Loading Header and Footer in codeigniter - by El Forum - 11-10-2010, 11:04 PM
Loading Header and Footer in codeigniter - by El Forum - 11-11-2010, 01:49 AM
Loading Header and Footer in codeigniter - by El Forum - 11-11-2010, 04:58 AM
Loading Header and Footer in codeigniter - by El Forum - 01-26-2011, 05:46 AM
Loading Header and Footer in codeigniter - by El Forum - 01-26-2011, 08:20 AM
Loading Header and Footer in codeigniter - by El Forum - 01-27-2011, 10:44 AM
Loading Header and Footer in codeigniter - by El Forum - 01-27-2011, 01:24 PM
Loading Header and Footer in codeigniter - by El Forum - 02-07-2011, 09:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB