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

(This post was last modified: 11-19-2014, 08:17 PM by bclinton.)

Controllers handle requests by users.  There is no way to share global variables across different requests.

Is this variable specific to the user? store it in a session.

Does this variable pertain to the application? store it in the DB.
Reply


Messages In This Thread
RE: How am i supposed to access and change a variable over different controllers ? - by bclinton - 11-19-2014, 08:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB