> > > http://pear.php.net/package/DB > > > http://pear.php.net/package/MDB > > > http://pear.php.net/package/MDB2 > > > http://adodb.sourceforge.net/ > > > http://www.phpclasses.org/browse/package/20.html > > > > I'm building a class for use with our PHP applications. > Packages > > like what you've linked me to are nice, but we need a little flexibility > > here, so we're writing a few methods of our own. > > > > Flexibility?? Those classes are very flexible and have many useful > utility methods. In addition, they all support multiple DB backends (I > would call that flexibility). In addition, since they're all OO, you > can extend them (or their drivers) to create a class specific to your > needs. I fail to see how any of these classes is inflexible.
Hey, while you guys are talking about those DB classes, I've always opted to not use them because of associated overhead costs in cpu load, processing time, memory requirements, etc.. In other words, pages don't display as quickly when you add all of that overhead. Maybe things have changed though. Does anyone have opinions or specs on how much overhead the libraries add? -Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php