单应用模式访问(在app/controller/index.php中)
项目访问路径:www.xxx.com/index.php/index/index
index.php 入口文件
index 控制器(类)
index 操作(函数)

view视图+渲染(用于往html中加载变量,通过php文件中的字典查找)
(根目录安装)composer require topthink/think-view

a、文件结构
thinkphp6.0学习笔记(起步)

b、controller(assgin赋值,fetch获取,渲染)
thinkphp6.0学习笔记(起步)
c、html
thinkphp6.0学习笔记(起步)

d、网页效果
thinkphp6.0学习笔记(起步)

相关文章:

  • 2021-11-18
  • 2021-08-30
  • 2021-11-19
  • 2022-02-09
  • 2022-12-23
  • 2021-11-06
  • 2021-05-07
  • 2021-04-04
猜你喜欢
  • 2021-12-02
  • 2020-04-21
  • 2021-12-15
  • 2021-11-21
  • 2021-12-05
  • 2021-07-19
  • 2022-01-09
相关资源
相似解决方案