Changes between Version 14 and Version 15 of BluePrintFramework
- Timestamp:
- 09/11/09 07:23:03 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintFramework
v14 v15 15 15 16 16 === MVC Separation === 17 Whilst Web2Py is fundamentally an MVC framework, it makes itencourages 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.17 Whilst Web2Py is fundamentally an MVC framework, 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. 18 18 * http://groups.google.com/group/web2py/browse_thread/thread/1bbf97d3a70d7c0b 19 19 * http://groups.google.com/group/web2py/browse_thread/thread/7da38e0d32d01076 20 20 21 If we think this could become problematic then we could choose to avoid this. 21 If we think this could become problematic then we could choose to avoid this: 22 * http://groups.google.com/group/web2py/browse_thread/thread/f0eb6849c4c3fcfe 22 23 23 24 There is already support in the framework for this: