MVC ( Model View Controller )

Model : This is pure data. For eg: Database
View : This user interface or visible data. For eg: Front-end of a webpage.
Controller: Logic of the application. For eg: PHP page or node page of a website.

Comments

Popular posts from this blog

CodeChef : Breaking Bricks || Problem Code: BRKBKS

HackerRank Problem : Reverse and capitalise first alphabet of each word.

CodeChef (AUG17 LunchTime) : Mathison and pangrams - MATPAN