Changes between Version 11 and Version 12 of BluePrintFramework
- Timestamp:
- 02/18/09 18:34:33 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintFramework
v11 v12 15 15 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. 16 16 * http://groups.google.com/group/web2py/browse_thread/thread/1bbf97d3a70d7c0b 17 * http://groups.google.com/group/web2py/browse_thread/thread/7da38e0d32d01076 17 18 18 19 If we think this could become problematic then we could choose to avoid this.