in reply to Re: Implementing Model-View-Controller
in thread Implementing Model-View-Controller

You can find more on this difference on the post Why I dislike the MVC implementations in Web
daniel
  • Comment on Re^2: Implementing Model-View-Controller

Replies are listed 'Best First'.
Re^3: Implementing Model-View-Controller
by perrin (Chancellor) on Jan 05, 2006 at 15:43 UTC
    I would say that the differences in the view are less significant than the way the model has been changed. Putting application logic in the controller was not part of the original idea, but since everyone now uses basic O/R mapping tools like Class::DBI as their model, all the logic that used to go in the model ends up in the controller.