I have implemented applications using normal php and php classes,Can anyone explain simply the exact concept, difference and advantages of MVC architecture ,I have read many articles about it,But I am looking for a simple answer,Please
What is the importance of MVC in php?
MVC is basically "seperation of concern"
Check out: