PHP PDO MySQL Class Versions Save

A PHP MySQL PDO class similar to the the Python MySQLdb, which supports iterator and parameter binding when using "WHERE IN" statement.

v2.2

3 years ago

v2.1

4 years ago

bugfix

v2.0

5 years ago

What's New

  • Add Iterator support.

  • Add Transaction support.

Migration Guide

Old initialize method:

new Db(DBHost, DBName, DBUser, DBPassword)

New initialize method:

new Db(DBHost, DBPort, DBName, DBUser, DBPassword);

v1.0

9 years ago