Micro DB Manager
Micro DB Manager is a database abstraction class written in PHP using object oriented technologies.
Micro DB Manager
Micro DB Manager is a database abstraction class written in PHP using object oriented technologies.
The class realize the following functionalities:
- Connectiong to the databse
- Executing queries
- Converting results to associative array
- Get selected rows
- Get affected rows
- Get last insert id
- Get the number of executed queries
- Get the execution time of the queries
- Get error messages and codes
You can download it in the download section.