a1phanumeric/PHP-MySQL-Class
Simple MySQL class written in PHP, for interfacing with a MySQL database.
7 Releases
Latest: 1y ago
Updated sql server params2.4Latest
Removed debug outputs2.3
Updated to allow implementation as as singleton instance2.2
You can now instantiate DBPDO as a singleton for memory & performance across your implementation using the following: `$db = DBPDO::getInstance(DB_HOST, DB_NAME, DB_USER, DB_PASS);`
Fixed bug with getting keyed results2.1
2.0
Composer Release
1.1 Release1.1
Stable release1.0
