Simple and small DB class
Package:
Summary:
Access to a MySQL database using a singleton
Groups:
Author:
Description:
This class can be used to access to a MySQL database using a singleton.
It creates a single instance of the class that can establish MySQL database connections, execute SQL queries, retrieve the number of result rows and retrieve the results in a single array.
It creates a single instance of the class that can establish MySQL database connections, execute SQL queries, retrieve the number of result rows and retrieve the results in a single array.
Comments are closed.