Home > Backend Development > PHP Tutorial > PHP中的MVC终究是什么

PHP中的MVC终究是什么

WBOY
Release: 2016-06-13 12:33:44
Original
798 people have browsed it

PHP中的MVC到底是什么
m  model  模型 就是数据库操作类(通过数据库操作类去操作各个表)  必须要实例化一个数据库操作类

v view 视图 第一个视图就是MySql里的视图  第二个视图就是指模板

c control 控制器 就是通过控制器来控制模板、模型之间的控制关系

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template