Changes between Version 68 and Version 69 of DeveloperGuidelines


Ignore:
Timestamp:
09/14/09 21:11:17 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines

    v68 v69  
    99
    1010== Web2Py ==
    11 This is an [http://en.wikipedia.org/wiki/Model-view-controller MVC] environment (like [http://mdp.cti.depaul.edu/AlterEgo/default/show/103 Rails] & [http://mdp.cti.depaul.edu/AlterEgo/default/show/101 Django]).
     11This is an [http://en.wikipedia.org/wiki/Model-view-controller MVC] environment (like [http://web2py.com/AlterEgo/default/show/103 Rails] & [http://web2py.com/AlterEgo/default/show/101 Django]).
    1212
    1313Web2Py can work at several different levels of abstraction.[[BR]]
    1414The !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)
     15 * http://web2py.com/examples/default/docs (recommend the 'New Cookbook' as well as the official Manual v2)
    1616
    1717Recommend using the CLI to try out code snippets in the Web2Py environment (gluon, Model):