I use both result() and result_array().
result()
result_array()
Usually i like to get my result as array thats why i use result_array() mostly..
But i want
result() is recursive in that it returns an std class object where as result_array() just returns a pure array, so result_array() would be choice regarding performance. There is very little difference in speed though.