Hi guys,
is it possible to have an array of objects?
would an array of objects load faster than an array by itself?
it seems like i have this piece code that takes ages to load.
It gets info from 2 different xml sources, as well as from my own database, formats the data and displays it onscreen.
The 2 xml sources claim their data is gzipped, so i'm thinking, could be my coding problem. I'm looping through the arrays, and access my database (different tables) a few times within the loop.
Could this be the problem?