Domain Social Forums

Full Version: website developer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What is mean by the MVC in PHP?
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.
MVC stands for model view controller. It is a software architecture used in software engineering and also very popular in PHP.