LoginSignup
0
1

More than 5 years have passed since last update.

【Web】MVCフレームワーク

Last updated at Posted at 2018-08-07

MVCフレームワーク

webアプリケーションを,モデル・ビュー・コントローラの3つの要素で
分割して処理するフレームワーク


mvc.png

Model

データベースにアクセスし,データの入出力についての処理を行う

View

HTMLを生成し,Webブラウザに送信

Controller

モデルやビューを制御

MVCの対応

基本的に
     DBのテーブル1つ → モデル1つ
     アクション1つ → ページ1つ
     ビュー1つ → アクション1つ
といったように対応している

スクリーンショット 2018-08-07 22.21.37.png

0
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
0
1