MVC
No edit summary
No edit summary
 
Line 1: Line 1:
MVC is a software pattern to implement your UI. It separates the application into three dependent parts to separate the internal architecture of information from the method in which data is presented to and accepted from the user.
MVC is a software pattern to implement your UI. It divides the application into three dependent parts to separate the internal architecture of information from the method in which data is presented to and accepted from the user.

Latest revision as of 06:17, 31 October 2023

This page was created by Alexandra on 2017-05-21. Last edited by Stephanie@mdriven.net on 2023-10-31.

MVC is a software pattern to implement your UI. It divides the application into three dependent parts to separate the internal architecture of information from the method in which data is presented to and accepted from the user.