Changes between Version 47 and Version 48 of DeveloperGuidelines
- Timestamp:
- 01/09/09 18:46:24 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v47 v48 11 11 12 12 Web2Py can work at several different levels of abstraction.[[BR]] 13 The SahanaPy framework (S3) is mainly built on the simplified T2 level, however sometimes we need more control therefore need to drop down a level or two.[[BR]]13 The !SahanaPy framework (S3) is mainly built on the simplified T2 level, however sometimes we need more control therefore need to drop down a level or two.[[BR]] 14 14 Web2py also includes a T3 level of abstraction, but we're not using that directly (just borrowing ideas). 15 15 * T2 level: … … 46 46 Static CSS/Javascript files are stored in {{{/static}}} 47 47 48 * [wiki:DeveloperGuidelinesS ahana3Framework Sahana3 Framework]48 * [wiki:DeveloperGuidelinesS3Framework SahanaPy Framework: S3] 49 49 * [wiki:DeveloperGuidelinesSahana2Migration Help for Developers Migrating from Sahana2] 50 50 * [wiki:DeveloperGuidelinesNewModule How to add a new Module?] … … 54 54 * [wiki:DeveloperGuidelinesWebServices Web Services] 55 55 56 * [http://www.it.rit.edu/~jxs/development/Sahana/00_UI_Comments.html UI Guidelines] - comments on UI issues in S 256 * [http://www.it.rit.edu/~jxs/development/Sahana/00_UI_Comments.html UI Guidelines] - comments on UI issues in Sahana2 57 57 * [wiki:DeveloperGuidelinesOptimisation Optimisation] 58 58 * [wiki:DeveloperGuidelinesTesting Testing]