Use every feature of MySQL in PHP without writing a single query.
Features:
1. Easy to Use.
2. Access MySQL Database without any knowledge of MySQL or SQL .
2. Uses Associative array of data to insert and update rows in the database table.
3. Optional escape string feature to avoid SQL Injections.
4. Properly documented with examples and comments.