PHP db support was Re: Dreamweaver

Поиск
Список
Период
Сортировка
От Christopher Murtagh
Тема PHP db support was Re: Dreamweaver
Дата
Msg-id 1063812858.3216.10.camel@kali
обсуждение исходный текст
Ответ на Re: Dreamweaver  (Ken Harris <kharris@lhinfo.com>)
Список 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 по дате отправления:

Предыдущее
От: Dennis Gearon
Дата:
Сообщение: Re: CONCAT function
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Database Recovery Procedures