Instead of going to the database for what would be a very small table, e.g 3 columns and 3 rows. I want to put that information in an array or JSON object and have it be included in the applications header file. The information is used often enough to warrant it's inclusion on every page.
So it seems I cannot save the array as a Constant, so what would be the best approach to access the array at anytime, preferably with no further processing. It would be good to store it as a JSON object as the info will be used with Javascript as well as PHP.