Any programmer types out there?

Right now, our main series page and episode pages draw upon a single file for various pieces of data like date, title, writer, director, etc. So each variable gets a separate call to the data file, which I find wasteful.

What I'm wondering is:
1) Is there a data structure that can fit multiple components like date, title, etc.? It'd be nice if we only had to draw out one data set per episode.
2) Can that data set be stored temporarily for a page and be accessed multiple times to fill in the various fields?

Thread

Tags: