Blogger Information
Blog 42
fans 0
comment 0
visits 36464
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
20191015作业
庆选的博客
Original
732 people have browsed it

MVC结构详解:

M model文件,方法的集成文件。本项目中主要放置数据库查询方法

V view文件  , 前端视图的集成。一般是html文件。本项目中暂时存放为php文件

C controller文件 逻辑判断文件集成。一般对前端view文件操作做出反馈


入口文件 index.php 访问本目录自动先访问这个文件

1.png

入口文件index.php根据点击那个按钮选择带入那个参数带入参数决定导入哪个controller和view文件

1.png

1.png

index.php文件中导入

以导演列表查询为例

导入controller/dyAction.php'和 'view/dy.php'; 

控制器逻辑层获取数据

1.png

view层渲染数据

1.png


实际效果图:

1.png

Correction status:qualified

Teacher's comments:套的UI,还不错
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post