Welcome Guest, Not a member yet? Register   Sign In
I need to maintain a handful of global variables
#1

[eluser]RickRobinson[/eluser]
I need to maintain a set of global variables across my CI application. What is the best way to do this? I'm using session data to do it now, but having problems with too much data for a cookie once-in-a-while. There will be a default value for each variable that gets changed throughout the interaction with a form, so most of the variables are representing form fields (including checkboxes that I need to detect when they are unchecked and thus disappear from $_POST.)

Rick




Theme © iAndrew 2016 - Forum software by © MyBB