Changes between Version 11 and Version 12 of DeveloperGuidelinesS3Framework


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

Auth is used for

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesS3Framework

    v11 v12  
    11== !SahanaPy Framework ==
    2 We have built an S3 framework as a higher level of abstraction on top of Auth/Crud/T2.[[BR]]
     2We have built an S3 framework as a higher level of abstraction on top of T2 (now Auth/Crud).[[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 Auth/Crud/T2 are used for:
    6  * [wiki:DeveloperGuidelinesAuthenticationAccess AAA]
     5T2 is used for:
    76 * simplified [wiki:DeveloperGuidelinesCreateReadUpdateDelete CRUD]
    87 * Conflict Detection
     8
     9Auth is used for:
     10 * [wiki:DeveloperGuidelinesAuthenticationAccess AAA]
    911
    1012'''NB Auth & Crud are being moved from T2 into Web2Py's {{{gluon/tools.py}}} with an improved API, so we should follow this (once in Web2Py API will always be backwards-compatible unlike T2)''':