[development] Extend database abstraction layer, to include table creation.

Moshe Weitzman weitzman at tejasa.com
Fri May 12 17:18:05 UTC 2006


> 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.




More information about the development mailing list