2 Aug
2007
2 Aug
'07
4:41 p.m.
Considering that the "objects" we use aren't objects (in the sense of having member functions) and arrays are more capable structures, I would rather standardize on arrays. ojacquet@jax.be wrote:
A while ago I suggested on d.o. to remove either db_fetch_row or db_fetch_object. This would result in cleaner code, more consistent function signatures and hooks. At my current work this is included in the coding conventions, we only use mysql_fetch_object(). I'm posting this to the development mailing because I am interested in what you, as developers, think about this.
The original suggestion: http://drupal.org/node/158115
Example of an inconsistent hook: http://drupal.org/node/124141