LoginSignup
2
1

More than 5 years have passed since last update.

MVCの説明

Last updated at Posted at 2015-03-06

Model

  • データソースにアクセスしてデータの入出力・データの変換・入力データのチェック等を行う。

View

  • 画面の描画を行う。

Controller

  • URL解析した結果得られたリクエストを処理する。
  • 動作の起点はController。
2
1
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
2
1