mysql abstraction class

Simplified DB - PDO, Mysqli, Mysql Helper Class

Simplified DB - PDO, Mysqli, Mysql Helper Class

Version 1.2 is out now. Click here to check what’s new in V1.2* Version 1.1 is out now. Click here to check what’s new in V1.1* Now supports PDO Transactions also ** Simplified DB is a PHP database abstration class that helps developer perform MySQL operations easily using PDO, Mysqli and Mysql. Using Simplified DB, you can easily create and run both simple and advanced database driven application in PHP without having any knowle...

Simple Database Abstraction for PHP and MySQL

Simple Database Abstraction for PHP and MySQL

Manipulate with your data using simple methods Powerful actions in simple Active Record style. No any SQL writing. Fast and low-memory usage, compact and cleaner resulting code Features Simple insert, update and delete Batch inserts and updates Where conditions and fulltext search Sorting and grouping Joins of multiple tables Foreign keys updating Checking the uniqueness of records Concatenation and group concatenation Min, max, sum ...