Week 9
Week 9
Engineering 1
Week 9
2
Mvc layers
● Model: Encapsulates the data and business logic of your
application. It represents the core functionality and data
structures.
● View: Responsible for presenting the data to the user. Views
typically consist of HTML, CSS, and JavaScript code that
defines the user interface.
● Controller: Handles user interactions and requests. It interacts
with the model to retrieve or manipulate data, and then
selects the appropriate view to display to the user.
9
0