Обсуждение: Preferred PHP interface?

Поиск
Список
Период
Сортировка

Preferred PHP interface?

От
"Josh Berkus"
Дата:
Folks,

Does anyone out there have an opinion on the quality and
eas-of-use for the various PHP-PostgreSQL interfaces?  I can
find:

php-postgresql
phpDB
Postgres-ODBC

Are there others?  What's your experience?

-Josh Berkus

P.S. I'm using Postgres 7.0.2 and PHP 4


Re: Preferred PHP interface?

От
Alfred Perlstein
Дата:
* Josh Berkus <josh@agliodbs.com> [000818 18:04] wrote:
> Folks,
> 
> Does anyone out there have an opinion on the quality and
> eas-of-use for the various PHP-PostgreSQL interfaces?  I can
> find:
> 
> php-postgresql
> phpDB
> Postgres-ODBC
> 
> Are there others?  What's your experience?

We use the functions that look like "pg_*", we just compile our
php4 with postgresql support and it works nicely.

> P.S. I'm using Postgres 7.0.2 and PHP 4

Sometimes it's helpful to also state which OS you're running. :)

-- 
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
"I have the heart of a child; I keep it in a jar on my desk."


Re: Preferred PHP interface?

От
"Josh Berkus"
Дата:
Folks,

> I also use functions that look like "pg_*" and have
> compiled php4 with
> postgresql support

Seems to be the general rule.  I take it nobody has
experience with PHP-DB?  In theory, the interface should
save a fair amount of typing, but I can't find anybody
that's used it ...

-Josh Berkus