Releases: a1phanumeric/PHP-MySQL-Class
Releases · a1phanumeric/PHP-MySQL-Class
Updated sql server params
2.4 Removed OW referenced for SQLServer references
Removed debug outputs
Update DBPDO.php Removed debug 'dies'
Updated to allow implementation as as singleton instance
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 results
2.1 Fixed bug with getting keyed results
2.0
Composer Release
1.1 Release
Update class.DBPDO.php
Stable release
1.0 Updated composer license