Changes between Version 7 and Version 8 of BluePrintFramework
- Timestamp:
- 02/13/09 22:14:49 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintFramework
v7 v8 17 17 This is also discussed in the [wiki:BluePrintCSS BluePrintCSS] 18 18 19 * add a parent field (like for {{{gis_location}}}) 20 * amend {{{views/layout.html}}} to make use of them 21 19 22 === MVC Separation === 20 23 Whilst Web2Py is fundamentally an MVC framework, it makes it encourages pushing back as much as possible into the Controller, Model or even Module to gain the benefits of re-use of code & massively simplified prototyping.