From: | Ian Barwick <barwick(at)gmx(dot)net> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Nikola Milutinovic <Nikola(dot)Milutinovic(at)ev(dot)co(dot)yu> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Dreamweaver |
Date: | 2003-08-16 16:53:16 |
Message-ID: | 200308161853.16456.barwick@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Saturday 16 August 2003 18:24, Bruce Momjian wrote:
> Nikola Milutinovic wrote:
> > > This may have been better posted in the advocacy list but I am not a
> > > subscriber.
> > >
> > > We recently purchased Dreamweaver MX and I was a little surprised to
> > > find that one of its pre-defined scripting systems is PHP + MySQL. I
> > > haven't done much exploring of what is actually offered but wondered
> > > whether any one had tried to convince Macromedia to provide a PHP +
> > > PostgreSQL or at least a PHP + anydb.
> >
> > PHP has a shortcoming of NOT having a unified interface to "any" DB.
> > MySQL uses one set of function calls, while PgSQL another. Yes, of course
> > they could add support for another (very popular) DB. But I'd rather feel
> > out their support for JSP/JDBC, which should be in :-)
>
> Sounds like PHP needs something similar to DBD for Perl.
There are several libraries such as PEAR::DB and ADODB
(http://php.weblogs.com/ADODB) available, although none
has achieved similar universality to Perl's DBI.
Ian Barwick
barwick(at)gmx(dot)net
From | Date | Subject | |
---|---|---|---|
Next Message | Jeffrey Melloy | 2003-08-16 16:55:29 | Re: Graphical Mapping a Database |
Previous Message | Ken Harris | 2003-08-16 16:34:59 | Re: Dreamweaver |