On Tue, 10 Aug 2004 13:37:50 -0400, Dan Joseph <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> 
> > Of course, this begs the question of why you're re-implementing what
> > has been done so many times in the past.
> >
> > 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.

> -Dan Joseph
> 

-- 
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder

paperCrane --Justin Patrin--

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to