PHP Classes / Simple PHP SQL Class

Database independent access wrapper

Simple PHP SQL Class PHP Class

This package can be used to access SQL database of different types with the same API. There is a main class that creates an object of a driver class and takes care of calling the appropriate driver class functions. The driver class functions can: - Establish database connections - Access a given database - Execute SQL queries - Retrieve query results into an array This packages comes with a built-in MySQL driver class.

Similar PHP Classes

Search in PHP Classes

Filter by tags