Skip to content

Releases: jyoungblood/dbkit

1.2.0

17 Jan 20:37
Compare
Choose a tag to compare
  • Now using VPHP namespace
  • Added parameter options to db::init() for port and charset (default 3306 & utf8mb4, respectively)
  • Fixed PHP warnings in CRUD functions (initialize empty $data array before using)

1.1.0

25 May 22:26
Compare
Choose a tag to compare
  • Removed deprecated caching functionality (APC is dead)
  • Now using isset() to check for parameters (kills PHP warnings)

1.0.0

20 May 15:47
Compare
Choose a tag to compare

Debugged, tested, and ready for prime time 😎

  • Fixed issue with PDO namespace and error handling
  • Changed name of placeholder creation function

0.1.0

06 May 16:06
Compare
Choose a tag to compare

Emerging from the ether fully-formed, these functions are ready for use.

I wrote most of them a long time ago (as part of the STEREO internet toolkit) and have been using them for years. They've helped me get a lot done and make a decent amount of money over the years, and I figured it was time to make actual packages.

I may change a few things to get to the 1.0 version, but after that they probably won't change much. It's ok for software to be "done."

Enjoy!