Changes between Version 11 and Version 12 of S3/S3REST/s3_rest_controller
- Timestamp:
- 10/22/10 12:28:09 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/s3_rest_controller
v11 v12 18 18 19 19 {{{ 20 output = s3_rest_controller(prefix, resourcename , **attr)20 output = s3_rest_controller(prefix, resourcename) 21 21 }}} 22 22 23 23 - '''prefix''' is the application prefix of the resource 24 24 - '''resourcename''' is the name of the resource (without prefix) 25 - '''**attr''' are any additional view variables26 25 27 26 - '''output''' contains the result of the request and can be returned from the controller as-is