Changes between Version 39 and Version 40 of S3/S3REST/s3_rest_controller
- Timestamp:
- 10/24/10 07:09:28 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/s3_rest_controller
v39 v40 203 203 == View Control == 204 204 205 In web2py, the default view is chosen after the name of the controller, i.e. if the controller is person(), then the default view is person.html. 206 207 s3_rest_controller() modifies this schema in order to allow you to create method-specific views for the same controller. 205 208 === Default View === 206 209 === Custom View ===