- 1

What is MVC?

25th Jul 2017, 5:25 PM
Mansoor. E
Mansoor. E - avatar
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.
25th Jul 2017, 5:26 PM
Mansoor. E
Mansoor. E - avatar
+ 1
More gutless downvoters again. Not sure why, valid question and great answer. Even if you answered it yourself. :D
25th Jul 2017, 5:52 PM
Bagshot
Bagshot - avatar