Reply to Re: how do people feel about the PEAR db class?
Posted by Richard Levasseur on 03/11/06 03:14
The DB class is just a wrapper and light abstraction for the various
databases php supports. It won't improve the efficency of your code,
for the most part. You should look at your queries and code to see if
you can cut some of the fat from it.