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