Changes between Version 11 and Version 12 of DeveloperGuidelinesS3Framework
- Timestamp:
- 01/30/09 22:38:45 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v11 v12 1 1 == !SahanaPy Framework == 2 We have built an S3 framework as a higher level of abstraction on top of Auth/Crud/T2.[[BR]]2 We have built an S3 framework as a higher level of abstraction on top of T2 (now Auth/Crud).[[BR]] 3 3 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). 4 4 5 Auth/Crud/T2 are used for: 6 * [wiki:DeveloperGuidelinesAuthenticationAccess AAA] 5 T2 is used for: 7 6 * simplified [wiki:DeveloperGuidelinesCreateReadUpdateDelete CRUD] 8 7 * Conflict Detection 8 9 Auth is used for: 10 * [wiki:DeveloperGuidelinesAuthenticationAccess AAA] 9 11 10 12 '''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)''':