Home >Backend Development >PHP Tutorial >MVC模式中,M和C的功用到底有什么区别

MVC模式中,M和C的功用到底有什么区别

WBOY
WBOYOriginal
2016-06-13 12:12:572202browse

MVC模式中,M和C的作用到底有什么区别?
MVC模式中,M和C的作用到底有什么区别?比如建个学生信息管理系统,M可以对学生信息增删改查,操作数据库。那还需要C层干什么呢?当然了,C层也能够使用sql操作数据库
------解决思路----------------------
M 是数据层,用于数据获取
C 是控制层,用于逻辑控制

可以这样理解

M是数据,C是控制怎样使用数据,V是怎么把数据显示。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn