Re: PHP Abstraction layers

From: Francisco Reyes <lists(at)natserv(dot)com>
To: Gurudutt <guru(at)indvalley(dot)com>
Cc: PostgresSQL PHP list <pgsql-php(at)postgresql(dot)org>
Subject: Re: PHP Abstraction layers
Date: 2002-01-21 17:37:17
Message-ID: 20020121123436.B39824-100000@zoraida.natserv.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On Mon, 21 Jan 2002, Gurudutt wrote:

> Hello Francisco,
>
> I find "PEAR DB" particularly a wonderful data abstraction layer. I
> have been working with for a long time and so far I have had minor
> difficulties while porting from one database to another.

Thanks for the feedback. I think so far I am leaning to PEAR or MetaData.

> I have worked with PEAR DB on three databases, MySQL with BDB tables,
> Postgresql and Oracle. It works fine with all the three, but I must
> confess my working with Oracle based data interface is limited.

So far my targers are PostgreSQL and Oracle. Although I actually don't
expect a lot of apps moving from PostgreSQL to Oracle, there is a second
part of abstraction layers that people miss. It helps in terms of learning
and reducing production costs. If my team learns one good API which we can
use with both PostgreSQL and Oracle then when we need to develop Oracle
apps it would take us less time.

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Brent R. Matzelle 2002-01-21 22:20:50 Re: PHP Abstraction layers
Previous Message Francisco Reyes 2002-01-21 17:25:51 Re: PHP Abstraction layers