Skip to content

Releases: a1phanumeric/PHP-MySQL-Class

Updated sql server params

Choose a tag to compare

@a1phanumeric a1phanumeric released this 17 Jan 11:31
e74de62
2.4

Removed OW referenced for SQLServer references

Removed debug outputs

Choose a tag to compare

@a1phanumeric a1phanumeric released this 07 Jan 09:38
d94dea0
Update DBPDO.php

Removed debug 'dies'

Updated to allow implementation as as singleton instance

Choose a tag to compare

@a1phanumeric a1phanumeric released this 07 Jan 09:32
7f8c3e3

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

Choose a tag to compare

@a1phanumeric a1phanumeric released this 29 Nov 11:02
9c189d0
2.1

Fixed bug with getting keyed results

2.0

2.0

Choose a tag to compare

@a1phanumeric a1phanumeric released this 10 Mar 15:20

Composer Release

1.1 Release

Choose a tag to compare

@a1phanumeric a1phanumeric released this 07 Mar 11:36
f6d2ae7
Update class.DBPDO.php

Stable release

Choose a tag to compare

@a1phanumeric a1phanumeric released this 06 Mar 09:30
1.0

Updated composer license