OO database libraries?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Berislav Lopac

    OO database libraries?

    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

    #2
    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

    Comment

    • Tim Van Wassenhove

      #3
      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:



      --

      Comment

      • Phil Roberts

        #4
        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.....

        Comment

        • Nikolai Chuvakhin

          #5
          Re: OO database libraries?

          "Berislav Lopac" <berislav.lopac @dimedia.hr> wrote in message
          news:<buje30$hc t$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:

          The Phone Tracker App by Snoopza is the best tracking app for cell phones. You can track mobile locations for free, as well as track calls, chats and text messages with this Android application.


          Cheers,
          NC

          Comment

          Working...