What is MVC in PHP? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is MVC in PHP?

Please explain MVC Architecture in php

8th May 2020, 5:31 AM
Kirubha Karan
Kirubha Karan - avatar
2 Answers
8th May 2020, 5:37 AM
Gordon
Gordon - avatar
+ 1
MVC(Model-View-Controller) is a architecture design pattern. It helps you to create applications that separates different aspects of the application (UI logic, Business logic and Input logic), while providing a loose coupling between these elements.
8th May 2020, 8:54 AM
Sanduni Abenayaka
Sanduni  Abenayaka - avatar