Changes between Version 68 and Version 69 of DeveloperGuidelines
- Timestamp:
- 09/14/09 21:11:17 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v68 v69 9 9 10 10 == 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]).11 This 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]). 12 12 13 13 Web2Py can work at several different levels of abstraction.[[BR]] 14 14 The !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) 16 16 17 17 Recommend using the CLI to try out code snippets in the Web2Py environment (gluon, Model):