+ 2
What is mvc in php
2 Réponses
+ 28
MVC in PHP is like MVC in any other language.
https://www.sololearn.com/discuss/232921/?ref=app
https://www.sololearn.com/discuss/456122/?ref=app
https://www.sololearn.com/discuss/260892/?ref=app
+ 3
PHP frameworks use Model View Controller(MVC) architecture which helps developers to focus on their specific areas without worrying if their code will adversely affecting the development of the other modules or not.