Parable PHP Framework 0.11.3
Pre-release
Pre-release
0.11.3
Changes
\Parable\GetSet
now has a new type of resource - those that require their data be parsed fromphp://input
.- Three
GetSet
types added due to the above:\GetSet\Delete
,\GetSet\Patch
and\GetSet\Put
. This should make API builders really happy ;) \Parable\ORM\Model
now returns only boolean values on success or fail, instead of a false on fail and aPDOStatement
on success.- Changed the command for
\Command\HelloWorld
fromhelloworld
tohello-world
because somebody cares too much about that stuff.
Bugfixes
\Parable\Http\Response
now only tries to prepend the output buffer if there's data in the buffer andResponse::$content
is already a string.