Welcome Guest, Not a member yet? Register   Sign In
Clearing $_ci_cached_vars in Loader.php
#3

[eluser]Aken[/eluser]
That's one solution you can do if you want, yeah.

You should be able to do something like this, also:

Code:
$this->load->vars($data);
$this->load->view('view', null, true);

Just make sure your $data array overrides each value that you need reset. $this->load->vars() modifies the _ci_cached_vars array directly, rather than using array_merge().


Messages In This Thread
Clearing $_ci_cached_vars in Loader.php - by El Forum - 04-03-2013, 12:15 PM
Clearing $_ci_cached_vars in Loader.php - by El Forum - 04-03-2013, 12:32 PM
Clearing $_ci_cached_vars in Loader.php - by El Forum - 04-03-2013, 11:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB