10 Jan
2007
10 Jan
'07
5:08 a.m.
On 1/9/07, Larry Garfield <larry@garfieldtech.com> wrote:
There's no hard rule, but I think "what makes semantic sense when writing it" is the guideline. Oh yes, and when iterating over records from a database where it really doesn't make a difference, using db_fetch_object() seems more common than db_fetch_array(), simply because there's fewer funky characters involved with objects than arrays. :-)
I'd be happy to see objects removed completely from Drupal...