Tag: Controller
-
MVC Architecture
Model-View-Controller (MVC): The Model-View-Controller (MVC) framework is an architectural/design pattern that separates an application into three main logical components Model, View, and Controller. Each architectural component is built to handle specific development aspects of an application. Model: It is known as the lowest level which means it is responsible for maintaining data. Handle data logically so it basically deals with…