Changes between Version 1 and Version 2 of BluePrintFramework
- Timestamp:
- 01/05/09 12:48:08 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintFramework
v1 v2 12 12 === MVC Separation === 13 13 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. 14 * http://groups.google.com/group/web2py/browse_thread/thread/1bbf97d3a70d7c0b 14 15 15 16 If we think this could become problematic then we could choose to avoid this.