DEV Community

Discussion on: Welcome to the MVC Restaurant

Collapse
 
sebastianr1982 profile image
Sebastian Rapetti

Hello! For my framework and my app skeleton, I implemented MVC pattern like you describe in your comment. Model give data to the View. The Controller, only filters user's input before passing it to model. I think that components should be at the same level but with a different role.
App and framework here: github.com/linna