aid

Saturday, 4 April 2015

What is MVC

The concept of the model-view-controller creating three tier application. MVC is one of three PHP programming models.
MVC is a framework for building web applications using a MVC stands for Model View Controller design: The Model represents the application core . The View displays the data what recievs from model and controllers.

No comments:

Post a Comment