0% found this document useful (0 votes)
81 views

MVC Arch

MVC Architecture separates the presentation of information (the view), the data and business logic (the model), and the logic that controls the flow between them (the controller). The view displays dynamic and static content to the user. The model handles data storage and retrieval from the database. The controller validates user input, performs business logic operations, and controls the flow of execution.

Uploaded by

api-3818400
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views

MVC Arch

MVC Architecture separates the presentation of information (the view), the data and business logic (the model), and the logic that controls the flow between them (the controller). The view displays dynamic and static content to the user. The model handles data storage and retrieval from the database. The controller validates user input, performs business logic operations, and controls the flow of execution.

Uploaded by

api-3818400
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

MVC Architecture

VIEW MODEL

Present dynamic /
static content on Stores / retrieves
web from the DB

CONTROL

♦ Validates user submitted data and other business logic operations


♦ Controls the flow of execution

You might also like