11-21-2017, 06:10 AM
What is mean by the MVC in PHP?
website developer
|
11-21-2017, 06:10 AM
What is mean by the MVC in PHP?
11-21-2017, 07:52 AM
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.
11-21-2017, 12:53 PM
MVC stands for model view controller. It is a software architecture used in software engineering and also very popular in PHP.
|
« Next Oldest | Next Newest »
|