Wallogit.com
2017 © Pedro Peláez
Mysqli Essential DB Class This class can access MySQL databases with mysql and mysqli. It comes with a
Mysqli Essential DB Class This class can access MySQL databases with mysql and mysqli. It comes with a factory class that can create objects of driver classes to access a MySQL database using either the mysql or mysqli extensions., (*1)
The drivers can establish connections, execute queries, retrieve the query results into arrays, display query results in paginated listings, execute backup procedures and serve the backup file for download., (*2)
{
"require": {
"d-bmysql/d-bmysql": "dev-master"
}
}
Clone the git repo - git clone git://github.com/mrosama/Mysqli-Essential-DB-Class.git -
or download it, (*3)
This class implements a MySQL database access wrapper using MySQLi or mysql. It can:, (*4)
Take a look at the documentation table of contents. This documentation is bundled with the project, which makes it readily available for offline reading and provides a useful starting point for any documentation you want to write about your project., (*5)