Changes between Version 11 and Version 12 of S3/S3REST/s3_rest_controller


Ignore:
Timestamp:
10/22/10 12:28:09 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/s3_rest_controller

    v11 v12  
    1818
    1919{{{
    20 output = s3_rest_controller(prefix, resourcename, **attr)
     20output = s3_rest_controller(prefix, resourcename)
    2121}}}
    2222
    2323  - '''prefix''' is the application prefix of the resource
    2424  - '''resourcename''' is the name of the resource (without prefix)
    25   - '''**attr''' are any additional view variables
    2625
    2726  - '''output''' contains the result of the request and can be returned from the controller as-is