Skip to content

Parable PHP Framework 0.4.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@devvoh devvoh released this 09 Apr 11:32
· 392 commits to master since this release

Parable PHP Framework 0.4.1 release

This is a pre-release version, and no version of the 0.x.x branch is guaranteed to be either backwards- or forwards-compatible. Use at your own risk.

Changelog from 0.4.0:

Changes

  • Components/Database and Components/Query now have a property (and appropriate get/set methods) to set whether 'all' should be quoted.
  • Closures should now return their value, after which their return value is added to the Response content.

Bugfixes

  • Since NULL values are no longer automatically skipped (due to bug fix in 0.3.3), query was trying to set the id even on inserts. sqlite didn't care, but mysql does. TableKey is now always skipped in inserts.
  • MySQL mode now works.