> Actually a query builder is an add-on. There should be no
> overhead at all to the db abstraction layer.

With overhead I mean you have a another object that first builds the
query that in turn creates a DB abstraction layer object ...

So there will be a double overhead to the query builder user. Obviously
there will be no overhead to the DB abstraction layer user.

Best regards,
Lukas Smith
[EMAIL PROTECTED]
_______________________________
 DybNet Internet Solutions GbR
 Reuchlinstr. 10-11
 Gebäude 4 1.OG Raum 6 (4.1.6)
 10553 Berlin
 Germany
 Tel. : +49 30 83 22 50 00
 Fax : +49 30 83 22 50 07
 www.dybnet.de [EMAIL PROTECTED]
_______________________________

> -----Original Message-----
> From: John Lim [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, March 31, 2002 6:19 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-DEV] DB Abstraction
> 
> Hi Lukas,
> 
> 
> Bye, John
> 
> 
> Lukas Smith <[EMAIL PROTECTED]> wrote in message
> 006701c1d84c$795d5b40$4d00a8c0@vandal">news:006701c1d84c$795d5b40$4d00a8c0@vandal...
> 
> A query builder on top of a DB abstraction layer is double the
overhead.
> But can still be a nice solution for newbies. Implementing non
relation
> DBs can also be done at this level, but not as cleanly imho
> 
> 
> 
> 
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to