Changes between Version 7 and Version 8 of S3/S3REST/s3_rest_controller


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

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/s3_rest_controller

    v7 v8  
    77== Introduction ==
    88
    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.
     9The 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.
    1010
    11 s3_rest_controller does:
     11{{{s3_rest_controller}}} does:
    1212
    1313  - parse and execute the incoming HTTP request on the specified resource
    1414  - 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}}})
    1616
    1717== Syntax ==