Description DBConnection is a PHP class designed to facilitate the MySQL database management with an useful set of methods, that allows the programmer to manipulate the data with a simplified interface. This class offers to the programmer a full set of methods that allow to construct SQL queries of any complexity, using appropriate methods in each situation. One of the main feature of this class is the ability to deal with the table relat...