Trying to understand MVC(Model View Controller). As far as I read, MVC is a technique for organizing web application development into 3 distinct components - Model, View and Controller.
Model contains the data and business logic
View contains the front end logic
Controller is an action class, it decides what action to take for what events
No comments:
Post a Comment