Changes between Version 15 and Version 16 of S3/S3REST/s3_rest_controller
- Timestamp:
- 10/22/10 12:40:04 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/s3_rest_controller
v15 v16 9 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 Using {{{s3_rest_controller}}}, a basic RESTful controller can look like:11 Using {{{s3_rest_controller}}}, a basic RESTful controller for the {{{pr_image}}} table can look like: 12 12 13 13 {{{