I've never print_r()'ed a MySQL result to screen so I have no idea if it is indeed a normal array...or if it's left as a special binary resource for faster operations with the mysql_* set of functions...
In any case, what mysql_* function would yield the best performance for converting a resultset into a normal PHP array I can use in templating engines, etc???
Note: I cannot use AdoDB on this one, I know it returns PHP arrays, cuz it's worked in the past when working with template engines
p.s-Call me lazy, but if you could demonstrate with code how it would be done (unless it's a lengthly task or you've never done it before) I would appreciate your answer even more
Cheers