RE: [PHP-DEV] database abstraction layers [from: MySQLfeature/bug]

2001-02-04 Thread Manuel Lemos
Hello Sean, On 04-Feb-01 16:09:21, you wrote: >This is something that PHP has always lacked. Its also something that I >have always found to be the most attractive about application servers like >Allaire's Cold Fusion (http://www.allaire.com/). The ability to totally >abstract database access

RE: [PHP-DEV] database abstraction layers [from: MySQLfeature/bug]

2001-02-04 Thread Sean R. Bright
http://www.seanbright.com/ === > -Original Message- > From: Manuel Lemos [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 04, 2001 2:12 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] database abstraction layers [from: > MySQLfeature/bug] > > &

Re: [PHP-DEV] database abstraction layers [from: MySQLfeature/bug]

2001-02-04 Thread Manuel Lemos
Hello Mark, On 31-Jan-01 16:33:56, you wrote: >>> I have been crafting my own database abstraction layer, and in doing so >>> create an array of the results of a query. >> >> Is this an db abstraction layer written in php (script), or written as a >> module for php (C)? >> >> I was thinking of

Re: [PHP-DEV] database abstraction layers [from: MySQLfeature/bug]

2001-01-31 Thread Mark J. Hershenson
> >> I have been crafting my own database abstraction layer, and in doing so >> create an array of the results of a query. > > Is this an db abstraction layer written in php (script), or written as a > module for php (C)? > > I was thinking of writing an (open source) db-abstraction module (tha