GitPedia
a1phanumeric

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
a1phanumerica1phanumeric·1y ago·January 17, 2025
GitHub
Removed debug outputs2.3
a1phanumerica1phanumeric·1y ago·January 7, 2025
GitHub
Updated to allow implementation as as singleton instance2.2
a1phanumerica1phanumeric·1y ago·January 7, 2025
GitHub

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
a1phanumerica1phanumeric·2y ago·November 29, 2023
GitHub
2.0
a1phanumerica1phanumeric·3y ago·March 10, 2023
GitHub

Composer Release

1.1 Release1.1
a1phanumerica1phanumeric·3y ago·March 7, 2023
GitHub
Stable release1.0
a1phanumerica1phanumeric·3y ago·March 6, 2023
GitHub