Changes between Version 63 and Version 64 of DeveloperGuidelines


Ignore:
Timestamp:
07/28/09 18:32:07 (16 years ago)
Author:
Fran Boon
Comment:

New cookbook

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v63 v64  
    1212
    1313Web2Py can work at several different levels of abstraction.[[BR]]
    14 The !SahanaPy framework (S3) is built on a mixture of the simplified T2 level & Web2Py's Auth/Crud classes in {{{tools.py}}}, however sometimes we need more control therefore need to drop down a level or two.[[BR]]
    15 Web2py also includes a T3 level of abstraction, but we're not using that directly (just borrowing ideas).
    16  * Web2Py:
    17   * Official Manual (costs money): http://www.lulu.com/content/4968879
    18   * http://www.vimeo.com/3703345
    19   * http://mdp.cti.depaul.edu/examples/static/cookbook.pdf
    20   * http://mdp.cti.depaul.edu/examples/static/web2py_cheatsheet.pdf
    21   * http://mdp.cti.depaul.edu/examples/default/examples
    22   * http://mdp.cti.depaul.edu/examples/default/tools
    23   * http://mdp.cti.depaul.edu/examples/default/dal
    24   * http://mdp.cti.depaul.edu/examples/static/epydoc/index.html
    25  * T2:
    26   * http://mdp.cti.depaul.edu/examples/static/t2.pdf
    27   * http://dl.getdropbox.com/u/169957/t3_cheatsheet.pdf
     14The !SahanaPy framework (S3) is built on Web2Py's Auth/Crud classes in {{{tools.py}}} (with some remnants of the older T2), however sometimes we need more control therefore need to drop down a level or two.[[BR]]
     15 * http://web2py.com/examples/default/docs (recommend the 'New Cookbook' until version 2 of the official book comes out)
    2816
    2917=== Model ===