Connecting Tech Pros Worldwide Forums | Help | Site Map

OO database libraries?

Berislav Lopac
Guest
 
Posts: n/a
#1: Jul 17 '05
I am looking for a good general-purpose database-handling library for PHP.
The ideal one would be as much as possible object-oriented, and I 'm
currently looking at such as ADOdb and PEAR:DB. Does anyone have any other
suggestions?

Berislav



Justin Koivisto
Guest
 
Posts: n/a
#2: Jul 17 '05

re: OO database libraries?


Berislav Lopac wrote:
[color=blue]
> I am looking for a good general-purpose database-handling library for PHP.
> The ideal one would be as much as possible object-oriented, and I 'm
> currently looking at such as ADOdb and PEAR:DB. Does anyone have any other
> suggestions?[/color]

I use metabase, but there is also PEAR::MDB (a cross between metabase
and PEAR::DB). I've had good luck with metabase as far as going between
platforms and databases. However, I haven't tried any others other than
PEAR::MDB, but that was back when there was like 2 or 3 RDMS supported,
so I can't speak about the performance.

--
Justin Koivisto - spam@koivi.com
PHP POSTERS: Please use comp.lang.php for PHP related questions,
alt.php* groups are not recommended.
Official Google SERPs SEO Competition: http://www.koivi.com/serps.php

Tim Van Wassenhove
Guest
 
Posts: n/a
#3: Jul 17 '05

re: OO database libraries?


On 2004-01-20, Berislav Lopac <berislav.lopac@dimedia.hr> wrote:[color=blue]
> I am looking for a good general-purpose database-handling library for PHP.
> The ideal one would be as much as possible object-oriented, and I 'm
> currently looking at such as ADOdb and PEAR:DB. Does anyone have any other
> suggestions?[/color]

You might want to read an article as this one:
http://www.dbazine.com/pascal3.html


--
http://home.mysth.be/~timvw
Phil Roberts
Guest
 
Posts: n/a
#4: Jul 17 '05

re: OO database libraries?


With total disregard for any kind of safety measures "Berislav
Lopac" <berislav.lopac@dimedia.hr> leapt forth and uttered:
[color=blue]
> I am looking for a good general-purpose database-handling
> library for PHP. The ideal one would be as much as possible
> object-oriented, and I 'm currently looking at such as ADOdb and
> PEAR:DB. Does anyone have any other suggestions?
>
> Berislav
>
>[/color]

Eclipse: http://www.students.cs.uu.nl/people/voostind/eclipse/

Very clean coding and simple to use.

--
There is no signature.....
Nikolai Chuvakhin
Guest
 
Posts: n/a
#5: Jul 17 '05

re: OO database libraries?


"Berislav Lopac" <berislav.lopac@dimedia.hr> wrote in message
news:<buje30$hct$1@ls219.htnet.hr>...[color=blue]
>
> I am looking for a good general-purpose database-handling library for PHP.
> The ideal one would be as much as possible object-oriented, and I 'm
> currently looking at such as ADOdb and PEAR:DB. Does anyone have any other
> suggestions?[/color]

Yes. Forget it. Any "database-handling library" (aka "database
abstraction layer") is first and foremost a waste of system resources,
creating a fairly serious overhead. For more information, see:

http://phplens.com/lens/adodb/

Cheers,
NC
Closed Thread