Skip to content

Releases: contentasaurus/puffin-framework

v1.1.0

Choose a tag to compare

@jbyington jbyington released this 13 Jun 22:11

PDO model improvements

v1.0.9

Choose a tag to compare

@jbyington jbyington released this 27 Feb 20:29

Minor fix for route exceptions.

v1.0.8

Choose a tag to compare

@jbyington jbyington released this 15 Aug 15:27
Added unset method to param class

v1.0.7

Choose a tag to compare

@jbyington jbyington released this 07 Aug 21:24
fixed isset() issue

v1.0.6

Choose a tag to compare

@jbyington jbyington released this 07 Aug 20:26
Define constant DB_DEBUG_QUERY and default to false

v1.0.5

Choose a tag to compare

@jbyington jbyington released this 07 Nov 21:02

Added some debugging info to the DSN and PDO models. Now database errors will interrupt the execution and the errors will display on the screen.

v1.0.4

Choose a tag to compare

@jbyington jbyington released this 27 Oct 16:02

Small fix to PDO model wrapper to backtick columns

v1.0.3

Choose a tag to compare

@jbyington jbyington released this 10 Oct 21:22

Small fix for UTF8MB4 support in the mysql PDO init

v1.0.2

Choose a tag to compare

@jbyington jbyington released this 24 Mar 16:05
Discovered bug in params. Possibly related to PHP7.

v1.0.1

Choose a tag to compare

@jbyington jbyington released this 16 Oct 03:28
Fixed reference to phroute