Changes between Version 55 and Version 56 of DeveloperGuidelines


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

Update: now being migrated to Web2Py's Auth/Crud classes

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v55 v56  
    1212
    1313Web2Py can work at several different levels of abstraction.[[BR]]
    14 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]]
     14The !SahanaPy framework (S3) is mainly built on the simplified T2 level (Update: now being migrated to Web2Py's Auth/Crud classes), however sometimes we need more control therefore need to drop down a level or two.[[BR]]
    1515Web2py also includes a T3 level of abstraction, but we're not using that directly (just borrowing ideas).
    16  * T2 level:
     16 * T2 level (Web2Py's Auth/Crud aren't yet documented):
    1717  * http://mdp.cti.depaul.edu/examples/static/t2.pdf
    1818  * http://dl.getdropbox.com/u/169957/t3_cheatsheet.pdf