Changes between Version 47 and Version 48 of DeveloperGuidelinesS3Framework
- Timestamp:
- 09/12/10 10:09:04 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v47 v48 3 3 We have built an S3 framework as a higher level of abstraction on top of Web2Py.[[BR]] 4 4 This should be used by modules where possible, but if more power is needed then drop down a level of two (to T2, to base Web2Py or to raw Python). 5 6 == REST Controller == 7 We extend Web2Py's CRUD with a [wiki:RESTController REST Controller] & [wiki:S3XRC S3XRC].[[BR]] 8 This provides details on how to configure your Model & Controllers. Views may not be required, other than index.html 5 9 6 10 gluon/tools.py is used for: … … 15 19 If they're generic enough then they can be suggested to Massimo for moving upstream to Web2Py. 16 20 17 We extend the CRUD with a [wiki:RESTController REST Controller] & [wiki:S3XRC S3XRC].[[BR]]18 This provides details on how to configure your Model & Controllers. Views may not be required, other than index.html19 21 20 22 === Custom Functions Plugged into REST ===