MVC Flashcards

1
Q

Model

A
  • Classes representing data in the application

- Includes validation logic to enforce rules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Views

A
  • Template files used to dynamically generate HTML response
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Controllers

A
  • Classes that handle actions

- handle incoming request, retrieve model data, then specify view templates that return response

How well did you know this?
1
Not at all
2
3
4
5
Perfectly