Hi John, Well, this is the thing -- I suspect there are dependencies, particularly on the core PEAR files themselves. I'm just wondering if someone else has done this and if it's too difficult to make the effort worthwhile. The Wordpress project, for example, I think rebuilt an abstraction layer in the application. Since it uses a similar (or exact?) syntax as MDB2, I'd always assumed they basically ported the MDB2 engine into the application, rather than relying on PEAR and MDB2 as external dependencies. Obviously there are good reasons for maintaining the PEAR libraries, since these can be (relatively) easily updated to latest releases, but I for one have previously helped out people who were hosted on sites that didn't allow users to maintain PEAR libraries, and I'd like to remove that sort of 'compatibility' issue for my own project. Thanks for your reply! M is for Murray On Sat, Dec 27, 2008 at 12:34 PM, <jcorry@xxxxxxxxx> wrote: > I guess you could just put MDB2.php and /MDB2 somewhere in your include > path, right? > > If MDB2 has any dependencies, you'd need those too. > > I've never tried it, couldn't say whether they'd work outside of the PEAR > installation/framework. > > John Corry > > On Dec 26, 2008 9:11pm, Murray <planetthoughtful@xxxxxxxxx> wrote: > > Hi All, > > > > > > > > I'm wondering if it's possible or practical to implement MDB2 in my web > > > > application, but without requiring a PEAR installation on the destination > > > > server? > > > > > > > > Essentially, I'd like to include MDB2 entirely within my web application, > so > > > > I can make use of db abstraction even on servers where PEAR isn't and > can't > > > > be installed. > > > > > > > > Any suggestions? > > > > > > > > Many thanks in advance, > > > > > > > > M is for Murray > >