Re: A valuable addition to PHP... - Mailing list pgsql-php

From David Lizano
Subject Re: A valuable addition to PHP...
Date
Msg-id 4.3.2.7.0.20010330134922.00c259f0@192.168.1.1
Whole thread Raw
In response to A valuable addition to PHP...  (Andrew Hammond <drew@waugh.econ.queensu.ca>)
List pgsql-php
>
>Of course yet-another-database-interface-layer while certainly a good
>and usefull piece of engineering wouldn't be particularly new and
>innovative.  What _would_ be new and innovate, and maybe even impressive
>is a database interface layer that provides not just the usual database
>independant connect / query / result stuff but an organized, database
>independant way of accessing metadata.  Writing SQL queries that derive
>metadata by futzing around with the pg_* tables works but is totally
>non-portable.  What I would really like to see is a database interface
>layer that encapsulates all that nasty mess.  Metadata and other
>introspective stuff is a glaring ommission from SQL.

You should see this pear tutorial. Pear have an abstraction layer library
for databases.


         http://www.phpbuilder.com/columns/allan20010115.php3



pgsql-php by date:

Previous
From: Jesus Aneiros
Date:
Subject: Re: A valuable addition to PHP...
Next
From: Stephen van Egmond
Date:
Subject: Re: A valuable addition to PHP...