Welcome Guest, Not a member yet? Register   Sign In
shared memory? How to share an array?
#1

My controller gets some data from DynamoDB into an array. I need to use that data in a MyReport.php file that is sitting in /assets. Is there anything analagous to "shared memory"?  My controller is loading up an array with data it got from dynamoDB. This array can be 1000 rows or more. If I make this array GLOBAL or push it into $_SERVER in my controller, will I be able to access it from /assets/MyReport.php? Any idea where to stick this array?
proof that an old dog can learn new tricks
Reply


Messages In This Thread
shared memory? How to share an array? - by richb201 - 07-09-2020, 12:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB