in reply to the trend of the presentation layer driving application logic
The control decides the operations to perform, what template to show, and gathers the data to fill in the template. The template just presents the data and does not change the state of the system. The template might do some reading from the database but it shouldn't make changes.
|
|---|