Tips & Tricks 07-Sep-2016

JData: Connect to MySQL using MySQLi and run SQL queries

Short description:

Connect to MySQL using MySQLi and run SQL queries.
 
Description
 
This class can connect to MySQL using MySQLi and run SQL queries.

It can establish a connection to a given MySQL server using MySQLi.

The class can execute either queries that return results or not. Queries that return results return them in arrays.

It can also generate log files of the executed queries when in development environment.