PHP db support was Re: Dreamweaver - Mailing list pgsql-general

From Christopher Murtagh
Subject PHP db support was Re: Dreamweaver
Date
Msg-id 1063812858.3216.10.camel@kali
Whole thread Raw
In response to Re: Dreamweaver  (Ken Harris <kharris@lhinfo.com>)
List pgsql-general
On Sat, 2003-08-16 at 12:34, Ken Harris wrote:
> The closet thing PHP has is PEAR - it has the Dataobject concept and is as
> close to "neutral" as PHP gets.  A long time ago, I wrote a "DB Neutral set of
> routines which works with Oracle, Postgresql and, untested, MySQL.  That just
> seemed to be the easiest thing to do, but I have not tried to plug it into
> Dreamweaver.

 PHP also has a module called dbx that allows you to do this as well. It
has some serious performance advantages over the PEAR library because it
is a module (written in C) rather than a bunch of PHP classes.

 More on dbx here:

 http://ca.php.net/manual/en/ref.dbx.php

Cheers,

Chris

--
Christopher Murtagh
Enterprise Systems Administrator
ISR / Web Communications Group
McGill University
Montreal, Quebec
Canada

Tel.: (514) 398-3122
Fax:  (514) 398-2017

pgsql-general by date:

Previous
From: Dennis Gearon
Date:
Subject: Re: CONCAT function
Next
From: Tom Lane
Date:
Subject: Re: Database Recovery Procedures