Welcome Guest, Not a member yet? Register   Sign In
View data being carried through to the next view?
#2

[eluser]darkhouse[/eluser]
I would try this:

Code:
$data['heading'] = 'Pages » New';
$data['class'] = "first";
$this->load->view("core/panel_top.php", $data);
$this->load->view("core/panel_bottom.php");

$data = array('heading'=>'', 'class'='');
$this->load->view("core/panel_top.php", $data);
$this->load->view("core/panel_bottom.php");


Messages In This Thread
View data being carried through to the next view? - by El Forum - 07-11-2009, 10:10 AM
View data being carried through to the next view? - by El Forum - 07-12-2009, 06:13 AM
View data being carried through to the next view? - by El Forum - 12-24-2010, 11:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB