In the Model-View-Controller principle, what is the Frontend and what is the Backend?

后端 未结 5 454
陌清茗
陌清茗 2020-12-23 17:43

Wikipedia says:

MVC provides front and back ends for the database, the user, and the data processing components. The separation of software systems

5条回答
  •  梦毁少年i
    2020-12-23 18:16

    The front end is what the user sees which are the views. The back end are the controllers and the model.

提交回复
热议问题