• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4251 shaares
 
Filters
2 results tagged mvc

MVC Tutorials Are Broken - DEV Community

QRCode

Note: The Model, View, Controller pattern, or “MVC”, actually comes in many flavors.

Model—The application.
View—What the consumer (user) sees. Often HTML, JSON, or XML.
Controller—A thin layer connecting the View and the Model.

And that’s it! There’s nothing fancy, but it often requires explanation. The controller, as shown above, should be as thin as possible. The view should only have display logic and the model is ... what, exactly?

https://dev.to/ovid/mvc-tutorials-are-broken-17lp
March 16, 2021 at 11:21:42 AM EDT *
webdesign mvc
FILLER

Fixing MVC in Web Applications

QRCode

Model
The application.
View
What the consumer (user) sees. Often HTML, JSON, or XML.
Controller
A thin layer connecting the View and the Model.

Almost every MVC tutorial that I see confuses the data model with the Model.

https://ovid.github.io/articles/fixing-mvc-in-web-applications.html
April 26, 2019 at 8:27:15 AM EDT *
mvc webdesign
FILLER
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community