Welcome Guest, Not a member yet? Register   Sign In
Array global between Controllers - Problem.
#12

[eluser]n0xie[/eluser]
You can't store the array in the library between requests. It will forget everything on the next request.

So either you make a database connection on each request, or you find some other means to save the array (memory, file, database in memory).


Messages In This Thread
Array global between Controllers - Problem. - by El Forum - 05-03-2010, 01:22 PM
Array global between Controllers - Problem. - by El Forum - 05-03-2010, 01:35 PM
Array global between Controllers - Problem. - by El Forum - 05-03-2010, 01:46 PM
Array global between Controllers - Problem. - by El Forum - 05-03-2010, 02:44 PM
Array global between Controllers - Problem. - by El Forum - 05-03-2010, 02:59 PM
Array global between Controllers - Problem. - by El Forum - 05-03-2010, 03:11 PM
Array global between Controllers - Problem. - by El Forum - 05-03-2010, 03:26 PM
Array global between Controllers - Problem. - by El Forum - 05-03-2010, 03:30 PM
Array global between Controllers - Problem. - by El Forum - 05-03-2010, 03:34 PM
Array global between Controllers - Problem. - by El Forum - 05-03-2010, 04:03 PM
Array global between Controllers - Problem. - by El Forum - 05-03-2010, 04:21 PM
Array global between Controllers - Problem. - by El Forum - 05-03-2010, 04:27 PM
Array global between Controllers - Problem. - by El Forum - 05-03-2010, 04:34 PM
Array global between Controllers - Problem. - by El Forum - 05-03-2010, 04:43 PM
Array global between Controllers - Problem. - by El Forum - 05-03-2010, 05:05 PM
Array global between Controllers - Problem. - by El Forum - 05-03-2010, 10:30 PM
Array global between Controllers - Problem. - by El Forum - 05-04-2010, 06:42 AM
Array global between Controllers - Problem. - by El Forum - 05-04-2010, 08:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB