Domain Social Forums
website developer - Printable Version

+- Domain Social Forums (http://www.domainsocial.com)
+-- Forum: Development Discussions (http://www.domainsocial.com/Forum-Development-Discussions)
+--- Forum: Web Hosting (http://www.domainsocial.com/Forum-Web-Hosting)
+--- Thread: website developer (/Thread-website-developer--9973)



website developer - sinelogixtech - 11-21-2017

What is mean by the MVC in PHP?


RE: website developer - saurabh mathur - 11-21-2017

MVC stands for model view controller, which is the software architecture, or the design pattern that is used in software engineering, and its idea is basically based upon the logic of application that should be separated form its presentation.


RE: website developer - domainname - 11-21-2017

MVC stands for model view controller. It is a software architecture used in software engineering and also very popular in PHP.