Showing posts with label model view controller architecture. Show all posts
Showing posts with label model view controller architecture. Show all posts

Monday, January 1, 2018

What is MVC and How it's work

MVC

M stand for Model
V stand for View
C stand for Controller

Model - View - Controller

Model : Model works is create a property class and access in view by adding reference of model

View : View is user interface part you can write html code in view

Controller : Controller part is handle user interaction and work with view & model and finally get data and display in view