Changes between Version 104 and Version 105 of DeveloperGuidelines
- Timestamp:
- 06/29/10 20:05:28 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines
v104 v105 19 19 Web2Py can work at several different levels of abstraction.[[BR]] 20 20 The Sahana Eden 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]] 21 * http://web2py.com/examples/default/docs (recommend the 'New Cookbook' as well as the official Manual v2)21 * http://web2py.com/examples/default/docs (recommend the 'New Cookbook' as well as the [http://web2py.com/book official book]) 22 22 23 23 Recommend using the CLI to try out code snippets in the Web2Py environment (gluon, Model):