Re: [PHP-DB] Database Abstraction Layer?

2004-01-23 Thread John W. Holmes
From: "Muhammed Mamedov" <[EMAIL PROTECTED]> > And one more question : A guy from this list told that MDB supports XML > files (can create db from an XML file and ...) . What do you all think about > it? Available for ADOdb, also. Never used it personally, though. http://phplens.com/lens/adodb/d

Re: [PHP-DB] Database Abstraction Layer?

2004-01-23 Thread Muhammed Mamedov
: <[EMAIL PROTECTED]> Sent: Thursday, January 22, 2004 11:26 PM Subject: Re: [PHP-DB] Database Abstraction Layer? > There's also PEAR's DB_DataObject which does build SQL for you. The join > syntax isn't set up to be totally DB independant yet, but it can and > will be. >

Re: [PHP-DB] Database Abstraction Layer?

2004-01-22 Thread Justin Patrin
ssage- From: Muhammed Mamedov [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 10:07 AM To: [EMAIL PROTECTED]; phpdb Subject: Re: [PHP-DB] Database Abstraction Layer? Hmm.. Thank you for you sql picks:) But what do you guys think aabout Pear :: DB? Is it as effective as these Paul

Re: [PHP-DB] Database Abstraction Layer?

2004-01-22 Thread Justin Patrin
" <[EMAIL PROTECTED]> Sent: Wednesday, January 21, 2004 11:21 AM Subject: Re: [PHP-DB] Database Abstraction Layer? You have ADODB and PEAR DB that both work as abstraction layer. I have used ADODB and seems to me that is very good, yet i have not tested PEAR DB... To make php code 100%

RE: [PHP-DB] Database Abstraction Layer?

2004-01-21 Thread Paul Miller
. Either way adds a significant time to coding and product release initially. - Paul -Original Message- From: Muhammed Mamedov [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 10:07 AM To: [EMAIL PROTECTED]; phpdb Subject: Re: [PHP-DB] Database Abstraction Layer? Hmm.. Thank

Re: [PHP-DB] Database Abstraction Layer?

2004-01-21 Thread Muhammed Mamedov
: Wednesday, January 21, 2004 5:44 PM Subject: RE: [PHP-DB] Database Abstraction Layer? > There are a couple of products out there that I am about to start testing, > starting first with: > > - SQL Relay > http://sqlrelay.sourceforge.net/ > This product uses its on C inte

RE: [PHP-DB] Database Abstraction Layer?

2004-01-21 Thread Paul Miller
: Wednesday, January 21, 2004 3:41 AM To: phpdb Subject: Re: [PHP-DB] Database Abstraction Layer? Thanks Ricardo for your comments. What do you think guys: ADODB or PEAR::DB ? - Original Message - From: "Ricardo Lopes" <[EMAIL PROTECTED]> To: "Muhammed Mamedov"

RE: [PHP-DB] Database Abstraction Layer?

2004-01-21 Thread Paul Miller
and any customizations are written in plain PHP. This will effectively that add SQL and DB dependence out of your mix. This is PHP5 also. HTH - Paul -Original Message- From: Muhammed Mamedov [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 2:31 AM To: phpdb Subject: [PHP-DB

Re: [PHP-DB] Database Abstraction Layer?

2004-01-21 Thread Muhammed Mamedov
Thanks Ricardo for your comments. What do you think guys: ADODB or PEAR::DB ? - Original Message - From: "Ricardo Lopes" <[EMAIL PROTECTED]> To: "Muhammed Mamedov" <[EMAIL PROTECTED]> Sent: Wednesday, January 21, 2004 11:21 AM Subject: Re: [PHP-DB] Dat

[PHP-DB] Database Abstraction Layer?

2004-01-21 Thread Muhammed Mamedov
Hello everybody, What do you think is the best method to abstract php code from a specific database?. Make PHP code 100% database independent?.. Waitin' for your comments. Muhammed Mamedov

Re: [PHP-DB] Database abstraction

2004-01-14 Thread Malte Starostik
Hans Lellelid wrote: > Martin Marques wrote: > > Mensaje citado por Malte Starostik <[EMAIL PROTECTED]>: > >>Hi, > >> > >>I've read several posts touching this subject, but I didn't find one that > >>asks a simple question I've been wondering about since I first used PHP and > >>that is also one of

Re: [PHP-DB] Database abstraction

2004-01-14 Thread Hans Lellelid
Martin Marques wrote: Mensaje citado por Malte Starostik <[EMAIL PROTECTED]>: Hi, I've read several posts touching this subject, but I didn't find one that asks a simple question I've been wondering about since I first used PHP and that is also one of the two really really bad things about PHP (th

Re: [PHP-DB] Database abstraction

2004-01-13 Thread Jason Wong
On Wednesday 14 January 2004 06:42, Martin Marques wrote: > Why is it you say it's semi-official? > I have always felt PEAR as much official. Well it's not in the PHP manual so I treat it as semi-official ;-) -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems

Re: [PHP-DB] Database abstraction

2004-01-13 Thread Martin Marques
Mensaje citado por Jason Wong <[EMAIL PROTECTED]>: > > Whilst there isn't a builtin database abstraction layer in PHP itself there > are a number of projects which fills the gap. There's the semi-official > PEAR-DB, also ADODB and Metabase. Why is it you say it's semi-official? I have always f

Re: [PHP-DB] Database abstraction

2004-01-13 Thread Martin Marques
Mensaje citado por Malte Starostik <[EMAIL PROTECTED]>: > Hi, > > I've read several posts touching this subject, but I didn't find one that > asks a simple question I've been wondering about since I first used PHP and > that is also one of the two really really bad things about PHP (the other > b

Re: [PHP-DB] Database abstraction

2004-01-13 Thread Jason Wong
On Wednesday 14 January 2004 06:04, Malte Starostik wrote: > Why is there no modularization in this area, such that it'd be the _normal_ > way not to write things like $dbh = ibase_pconnect( ... ), but $dbh = > sql_connect( "Firebird", ... ) > and that would internally check if a Firebird/InterBas

[PHP-DB] Database abstraction

2004-01-13 Thread Malte Starostik
Hi, I've read several posts touching this subject, but I didn't find one that asks a simple question I've been wondering about since I first used PHP and that is also one of the two really really bad things about PHP (the other being lack of OO): Why isn't there a DB abstraction layer right in PHP

Re: [PHP-DB] Database abstraction layer needed?

2002-08-17 Thread Leif K-Brooks
need one? > >~MET > >-Original Message- >From: Leif K-Brooks [mailto:[EMAIL PROTECTED]] >Sent: Saturday, August 17, 2002 3:28 PM >To: [EMAIL PROTECTED] >Subject: [PHP-DB] Database abstraction layer needed? > > >I'm redoing my web site, and I'm c

RE: [PHP-DB] Database abstraction layer needed?

2002-08-17 Thread MET
What's your current website? Why do you think you need one? ~MET -Original Message- From: Leif K-Brooks [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 17, 2002 3:28 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Database abstraction layer needed? I'm redoing my web sit

[PHP-DB] Database abstraction layer needed?

2002-08-17 Thread Leif K-Brooks
I'm redoing my web site, and I'm considering using a db abstraction layer. Would I need one, and should it be db-type specific (like, can just do one db type)? I don't plan to change database types. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

RE: [PHP-DB] database abstraction for php3

2001-07-24 Thread Walter, Marcel
> From: Geoffrey Makstutis [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, July 24, 2001 17:35 > To: [EMAIL PROTECTED] > Subject: [PHP-DB] database abstraction for php3 > > Hi, > > Can anyone suggest a good (and simple) database abstraction class for > php3? > >

[PHP-DB] database abstraction for php3

2001-07-24 Thread Geoffrey Makstutis
Hi, Can anyone suggest a good (and simple) database abstraction class for php3? I have been using ADODB, but it doesn't like php3. Thanks - Geoffrey Makstutis <[EMAIL PROTECTED]> 51% Studios Architecture + Design 1-5 Clerkenwell Road London EC1M 5PA