What is MVC model and MVC model framework. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is MVC model and MVC model framework.

I am new in web development. I am too confused in it. plz guide

10th Jun 2017, 2:47 AM
Akash
Akash - avatar
4 Answers
+ 8
Makes the code more organized amd maintainable.
10th Jun 2017, 3:47 AM
Karl T.
Karl T. - avatar
+ 7
Model View Controller. Model is about the state of your web app, what it is about. View is about the user interface. Controller is about the actions on the View. (http requests), and translates them in a form that the Model can understand.
10th Jun 2017, 3:44 AM
Karl T.
Karl T. - avatar
+ 2
and what's the advantage of MVC
10th Jun 2017, 3:46 AM
Akash
Akash - avatar
+ 2
the advantage is management and code redundancy. you don't have to modify your entire project rather few lines of code.
10th Jun 2017, 7:41 AM
Ayush
Ayush - avatar