LoginSignup
0
0

More than 3 years have passed since last update.

MVCアーキテクチャ

Posted at

MVCアーキテクチャ

・アプリケーションの構造をModel, View, Controllerの役割に分類し、それらを連携させたものをMVCアーキテクチャという。
・MVCアーキテクチャを実現するには、PDO、エンティティモデル、DAOモデル、テンプレートエンジンの4種の神器が必要

なぜMVCアーキテクチャが採用されるのか。

・メンテナンスのしやすさや再利用のしやすさなど、アプリケーションの構造をよくするため。

Model

データ処理の役割

View

画面表示

Controller

ModelとViewの制御

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0