12 May
2006
12 May
'06
7:18 p.m.
The only place I could see something like this being useful is everywhere we do :
$result = db_query('something'); while ($data = db_fetch_array($result) { $return[$data['some_key']] = $data; }
AND NOTHING ELSE.
Of course. That's why Ber gave function name called fetch_all(). You use it when you need it. I can't understand why someone would start making noise on the list about this. You use it if you need it. That's all.