From: | Christopher Murtagh <christopher(dot)murtagh(at)mcgill(dot)ca> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | PHP db support was Re: Dreamweaver |
Date: | 2003-09-17 15:34:18 |
Message-ID: | 1063812858.3216.10.camel@kali |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-09-17 15:35:12 | Re: Database Recovery Procedures |
Previous Message | Christopher Murtagh | 2003-09-17 15:29:38 | Re: Graphical Mapping a Database |