Changes between Version 14 and Version 15 of BluePrintFramework


Ignore:
Timestamp:
09/11/09 07:23:03 (16 years ago)
Author:
Fran Boon
Comment:

MVC separation (cont)

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintFramework

    v14 v15  
    1515
    1616=== MVC Separation ===
    17 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.
     17Whilst 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.
    1818 * http://groups.google.com/group/web2py/browse_thread/thread/1bbf97d3a70d7c0b
    1919 * http://groups.google.com/group/web2py/browse_thread/thread/7da38e0d32d01076
    2020
    21 If we think this could become problematic then we could choose to avoid this.
     21If we think this could become problematic then we could choose to avoid this:
     22 * http://groups.google.com/group/web2py/browse_thread/thread/f0eb6849c4c3fcfe
    2223
    2324There is already support in the framework for this: