Changes between Version 47 and Version 48 of DeveloperGuidelinesS3Framework


Ignore:
Timestamp:
09/12/10 10:09:04 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesS3Framework

    v47 v48  
    33We have built an S3 framework as a higher level of abstraction on top of Web2Py.[[BR]]
    44This 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 ==
     7We extend Web2Py's CRUD with a [wiki:RESTController REST Controller] & [wiki:S3XRC S3XRC].[[BR]]
     8This provides details on how to configure your Model & Controllers. Views may not be required, other than index.html
    59
    610gluon/tools.py is used for:
     
    1519If they're generic enough then they can be suggested to Massimo for moving upstream to Web2Py.
    1620
    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.html
    1921
    2022=== Custom Functions Plugged into REST ===