smplPDO Database Abstraction Class smplPDO is a simple and light-weight PHP PDO Database Abstraction Class written to extend PHP Data Objects (PDO) with extremely useful features. Shorthand methods packed with it can reduce the amount of duplicate code and increase readability of your scripts as well as improve security and performance with automatically preparing & executing prepared statements. With smplPDO, you can write fully functiona...
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...