What is the architecture of the T3 application?
MVC and its derived patterns
Model-View-Controller (MVC) is a user interface architecture
pattern.
It describes how data (i.e. Model) is applied into the View, which is via the
Controller. The data might come from some database, and the Controller w...
hxann.com5 min read