RE: [PHP] References and memory efficiency

2003-11-03 Thread Johnson, Kirk
> I've been working on a database wrapper class for a while > now, MySQL to > be specific. Until now, I've simply had a fetch function > that returned > an array of all the rows that the database returned, only > because I have > gotten so tired of always writing the same while loop to > it

[PHP] References and memory efficiency

2003-11-01 Thread Joachim Krebs
Hi there, I've been working on a database wrapper class for a while now, MySQL to be specific. Until now, I've simply had a fetch function that returned an array of all the rows that the database returned, only because I have gotten so tired of always writing the same while loop to iterate thr