Changes between Version 10 and Version 11 of DeveloperGuidelinesS3Framework


Ignore:
Timestamp:
01/30/09 22:22:43 (16 years ago)
Author:
Fran Boon
Comment:

We extend the Auth/Crud/T2 classes in modules/sahana.py

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesS3Framework

    v10 v11  
    11== !SahanaPy Framework ==
    2 We have built an S3 framework as a higher level of abstraction on top of T2.[[BR]]
     2We have built an S3 framework as a higher level of abstraction on top of Auth/Crud/T2.[[BR]]
    33This 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).
    44
    5 T2 is used for:
     5Auth/Crud/T2 are used for:
    66 * [wiki:DeveloperGuidelinesAuthenticationAccess AAA]
    77 * simplified [wiki:DeveloperGuidelinesCreateReadUpdateDelete CRUD]
     
    1111 * http://groups.google.com/group/web2py/browse_thread/thread/3a8aafb435cc1c6a
    1212
    13 We extend the T2 class in {{{modules/sahana.py}}}.[[BR]]
     13We extend the Auth/Crud/T2 classes in {{{modules/sahana.py}}}.[[BR]]
    1414Patches to the framework should be done here.[[BR]]
    1515If they're generic enough then they can be suggested to Massimo for moving upstream to either Web2Py or T2.