Core Components Server Environment needs Routing Common Libraries M (Controller can connects with different objects): 2th layer of business-logic Get, Set, Data processing HMVC Contollers Adapters (for easy work with other services) V = templating, head, footer-scripts, parts C = easy code and first layer of business logic +L = Libraries (for advanced and third-party components)
Model-View-Controller - паттерн проектирования
Часто данные приходят на Контроллер к которому подключается модель. И потом выводятся во View.
Модели бывают 2 типов: просто запросы к БД и близкие к ORM решения, такие как создание отдельных к
Структура веб-приложения на базе MVC
Server Environment needs
Routing
Common Libraries
M (Controller can connects with different objects):
2th layer of business-logic
Get, Set, Data processing
HMVC Contollers
Adapters (for easy work with other services)
V = templating, head, footer-scripts, parts
C = easy code and first layer of business logic
+L = Libraries (for advanced and third-party components)
https://habrahabr.ru/post/283096/
Асоциация по субъективному опыту
MVC