- 1
What is MVC?
2 odpowiedzi
+ 1
MVC stands for Model, View, and Controller. PHP MVC is an effective way to manage the code into 3 different layers.
Model: Model represents the information in application.
View: View represents the visual representation of information and data that you have entered in the application.
Controller: Controller is actually how and in which way you want to read the information in application.
+ 1
More gutless downvoters again. Not sure why, valid question and great answer. Even if you answered it yourself. :D