PHP Framework for database access

Discussion in 'PHP' started by dshah, Aug 15, 2006.

  1. #1
    Hi,

    Is there basic PHP framework which I can use as foundation for my programs. I don't want to code all database access code from scratch.

    It would be nice to have a framework where I can execute query by a simple function call, database connection management (pooling), performance etc etc done by framework.

    TIA
     
    dshah, Aug 15, 2006 IP
  2. clancey

    clancey Peon

    Messages:
    1,099
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can use adodb or adodb-lite

    These allow you to write database code which does not rely on the type of database installed on the computer.

    Your might find this article at the IBM website helpful.
     
    clancey, Aug 15, 2006 IP