Re: Php abstraction layers

From: Greg Stark <gsstark(at)mit(dot)edu>
To: "Antimon" <antimon(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Php abstraction layers
Date: 2005-08-31 03:00:35
Message-ID: 87hdd63j58.fsf@stark.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Antimon" <antimon(at)gmail(dot)com> writes:

> Thanks for the reply.
> I checked new 5.1 pg_ functions and i wanna ask something else. What do
> you think about PDO? It is not an abstraction layer, just something
> like wrapper. I thought as it supports both widely used dbmss, php
> developers would focus on it more than pg or mysqli functions and that
> can make it powerful.
> Would it be a good decision to use PDO instead of pg_ functions?

My understanding is that PDO is the way and the light. Use PDO.

Unfortunately my project began before PDO saw the light of day, but I plan to
migrate to it eventually.

--
greg

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2005-08-31 03:20:49 Re: About "ERROR: must be *superuser* to COPY to or from a file"
Previous Message Michael Fuhr 2005-08-31 02:38:59 Re: PQConnectdb SSL (sslmode): Is this a bug