codemix / restyii

A RESTful extension for Yii.
15 stars 10 forks source link

Url rules and other fixes #15

Closed phpnode closed 11 years ago

phpnode commented 11 years ago

Adds initial, opinionated implementation of restful URL rules, so one

array('class' => 'Restyii\Web\UrlRule'),

can replace the mess of URL rules we used to require.

PR also adds a default error action that presents the error in the correct response format - e.g. xml or json as appropriate.

Also includes a fix for the insert() method on Restyii\Client\Resource\Model

phpnode commented 11 years ago

@mikehaertl merging this one but please feel free to comment if you spot anything