Welcome Guest, Not a member yet? Register   Sign In
Variable not being passed
#8

[eluser]InsiteFX[/eluser]
When you are having problems sending $data to your views you can always do this which will make them global to all of your views

Code:
$data = array();

$data['test'] = 'this_value';

$this->load->vars($data);      // This will load $data global to all of your views.
$this->load->view('footer');


Messages In This Thread
Variable not being passed - by El Forum - 12-26-2013, 04:20 AM
Variable not being passed - by El Forum - 12-26-2013, 04:43 AM
Variable not being passed - by El Forum - 12-26-2013, 04:45 AM
Variable not being passed - by El Forum - 12-26-2013, 04:49 AM
Variable not being passed - by El Forum - 12-26-2013, 04:57 AM
Variable not being passed - by El Forum - 12-26-2013, 05:12 AM
Variable not being passed - by El Forum - 12-26-2013, 05:16 AM
Variable not being passed - by El Forum - 12-26-2013, 02:50 PM
Variable not being passed - by El Forum - 12-27-2013, 04:13 AM
Variable not being passed - by El Forum - 12-27-2013, 04:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB