Welcome Guest, Not a member yet? Register   Sign In
How am i supposed to access and change a variable over different controllers ?
#8

you would use the session class to do this. something like: 

Set the variable and it's value:


PHP Code:
$this->session->set_flashdata('test''1234'); 

Get the value of the variable:

PHP Code:
$test $this->session->flashdata('test'); 
Reply


Messages In This Thread
RE: How am i supposed to access and change a variable over different controllers ? - by Hobbes - 11-20-2014, 10:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB