Skip to content

Releases: 4d47/php-http-resource

v3.0.0

Choose a tag to compare

@4d47 4d47 released this 13 Sep 18:27
  • Add NEWS.md file
  • Add $this to views
  • Change link(array) to link(...)
  • Change render(mixed) to render() (render $this)
  • Change mixed get() to void get()
  • Change $lastModifiedName to $lastModified
  • Remove static::$viewsVars
  • Fix match to return urldecoded pattern variables

v2.1.0

v2.1.0 Pre-release
Pre-release

Choose a tag to compare

@4d47 4d47 released this 30 Jun 10:36
Replace extract globals with viewsVars

v1.2

Choose a tag to compare

@4d47 4d47 released this 12 Mar 01:40

Fix issue with php 5.3

v1.1

Choose a tag to compare

@4d47 4d47 released this 11 Mar 19:59
Fix dependency

v1.0

Choose a tag to compare

@4d47 4d47 released this 11 Mar 19:55
Remove Resource::get method

The idea was to be able to use `class_alias` to create view only resource.  This turns out to be a bad idea when implementing a POST only resource, also for creating view only resource a better alternative is to have a base class (eg. PageResource) anyway.