Jump to content

Array - simple question


Destramic

Recommended Posts

Thank you...also can I ask one more thing...i'm working on a mysql class for my frame work and wondered if I would be a good idea to automatical get the data from a table and add to an array and sort and select it from there instead of doing it all from the mysql query?...i hope you understand

Thank you...also can I ask one more thing...i'm working on a mysql class for my frame work and wondered if I would be a good idea to automatical get the data from a table and add to an array and sort and select it from there instead of doing it all from the mysql query?...i hope you understand

 

You mean whether you should get the table information as an object and manually sort it into an array? Or whether or not to just fetch it as an array?

 

In that case, I would say mysql could fetch it as an array faster than php could sort it into one.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.