1.调用视图
使用 return $this->fetch(); 前提是引入thinkController 继承 class index extends Controller{}
2.页面跳转
{:url('Index/index)}
3.定义 视图输出字符串内容替换 例如:__PUBLIC__
config.php 文件中的 'view_replace_str' 添加例如: '__PUBLIC__' =>'/static',
4.页面t跳转链接
{:url(index/index)};
5.页面的布局
在vies目录下创建一个common目录放公共的heater 和 footre 在需要的页面{include file="common/header" /}