Changes between Version 7 and Version 8 of S3/S3REST/s3_rest_controller
- Timestamp:
- 10/22/10 12:21:48 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/s3_rest_controller
v7 v8 7 7 == Introduction == 8 8 9 The so-called '''REST Controller''' (function s3_rest_controller) is a helper function to easily apply the RESTful API of the S3Resource class to your controller.9 The so-called '''REST Controller''' (function {{{s3_rest_controller()}}}) is a helper function to easily apply the RESTful API of the S3Resource class to your controller. 10 10 11 s3_rest_controllerdoes:11 {{{s3_rest_controller}}} does: 12 12 13 13 - parse and execute the incoming HTTP request on the specified resource 14 14 - populate and hand-over additional view components 15 - choose and set the response view template ( response.view)15 - choose and set the response view template ({{{response.view}}}) 16 16 17 17 == Syntax ==