What is the advantage of using MVCL model in PHP scripting? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the advantage of using MVCL model in PHP scripting?

Model-View-Controller+Language

13th Jul 2016, 5:07 AM
Freelance.bg
3 Answers
+ 2
MVC is used for: model discribes the data types being used the view is used to display information in your model and the controller is used for the business logic
13th Jul 2016, 9:41 AM
James Mackie
James Mackie - avatar
+ 1
Model-View-Control Model:when an user request for data,the request data is looked up in database.model retrieve data and pass it to controller. Controller:controller receive the requested data,validates it and sends to view. View:In view,changes are made in data for presentation and sends to the correct user in simple text to the browser.
14th Jul 2016, 5:14 AM
Abhishek Korgaonkar
Abhishek Korgaonkar - avatar
+ 1
Model-View-Control Model:when an user request for data,the request data is looked up in database.model retrieve data and pass it to controller. Controller:controller receive the requested data,validates it and sends to view. View:In view,changes are made in data for presentation and sends to the correct user in simple text to the browser.
14th Jul 2016, 1:39 PM
mahesh it
mahesh it - avatar