Changes between Version 10 and Version 11 of DeveloperGuidelinesS3Framework
- Timestamp:
- 01/30/09 22:22:43 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesS3Framework
v10 v11 1 1 == !SahanaPy Framework == 2 We have built an S3 framework as a higher level of abstraction on top of T2.[[BR]]2 We have built an S3 framework as a higher level of abstraction on top of Auth/Crud/T2.[[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 T2 isused for:5 Auth/Crud/T2 are used for: 6 6 * [wiki:DeveloperGuidelinesAuthenticationAccess AAA] 7 7 * simplified [wiki:DeveloperGuidelinesCreateReadUpdateDelete CRUD] … … 11 11 * http://groups.google.com/group/web2py/browse_thread/thread/3a8aafb435cc1c6a 12 12 13 We extend the T2 class in {{{modules/sahana.py}}}.[[BR]]13 We extend the Auth/Crud/T2 classes in {{{modules/sahana.py}}}.[[BR]] 14 14 Patches to the framework should be done here.[[BR]] 15 15 If they're generic enough then they can be suggested to Massimo for moving upstream to either Web2Py or T2.