PHP Classes / Database Connection Classes

Abstract the access to SQL databases

Database Connection Classes PHP Class

This package implements an abstraction of the access to SQL databases. It provides an abstract interface for establishing connections, executing SQL queries, managing transactions, retrieving the last inserted table key. There is also a result set interface class for traversing and retrieving result set rows. Currently there is only one implementation class for access MySQL databases.

Similar PHP Classes

Search in PHP Classes

Filter by tags