Re: [PHP-PEAR] RFC on merge of PHPLib and Pear
[email protected] ("Paul Meagher") Thu, 8 Mar 2001 12:22:14 -0400
| Newsgroups | php.pear |
|---|---|
| Message-ID | <016c01c0a7eb$f01476c0$6c35de18@datavore> |
> > Was PEAR::DB developed to allow similiar distribution of, say, the mysql > > class? If I want to include PEAR's db abstraction layer for MySQL in my > > little app, what is the minumum I would need? > > Because PEAR::DB is distributed with PHP, you don't need to bundle > aything with your application. You can already assume that the > database interface exists. I agree that in the long term we can assume this, however, in the shorter term if I were to release an app that used PEAR's db abstraction I would probably try to bundle the classes with it to ensure that they could use it out of the box. I am still interested in knowing what a minimal PEAR:DB abstraction layer for mysql would consist of. I can find out myself but I though someone here would have a quick answer. Regards, Paul Meagher