From: Sergio A. K. <ser...@ho...> - 2001-06-06 23:27:21
|
the "official" db abstraction layer for php is DB (from PEAR) http://pear.php.net DB is developed by Stig Baken (a long time php hacker) DB is being distributed with php > 4 I'm working rigth now with DB, so far: advantages: simple, clean design, ligthweigth, come with distros disadvantages: WIP last time I looked at ADODB, it seemed (to me) overdesigned, complex and bloated, but I could be wrong. /sergio ----- Original Message ----- From: "Steve Wainstead" <sw...@pa...> > > This looks like something similar to the Perl DBI, which PHP has needed > for some time... isn't there another project, PHPLib, or something like > that? This is the first project I've seen that isn't beta, btw. > > thanks Reini! > ~swain > > On Thu, 7 Jun 2001, Reini Urban wrote: > > > Has anybody looked at this yet? > > http://freshmeat.net/projects/adodb/ > > > > ADODB is a set of advanced PHP database wrapper classes. It supports MySQL, > > PostgreSQL, Interbase, Oracle, MS SQL 7, Sybase, DB2, FrontBase, Foxpro, > > Access, ADO, and generic ODBC. A metatype system is built in, making it > > possible to figure out that types such as CHAR, TEXT, and STRING are > > equivalent in different databases. It also features an SQL to HTML popup > > menu and SQL to HTML table support and recordset caching. > > > > This seems to solve some of our DB problems. Wouldn't it be easier to use > > such an external classlib? > > > > > > _______________________________________________ > > Phpwiki-talk mailing list > > Php...@li... > > http://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > > > --- > http://www.panix.com/~swain/ > "Without music to decorate it, time is just a bunch of boring > production deadlines or dates by which bills must be paid." > -- Frank Zappa > > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwiki-talk > |