TP3 VS TP5区别

1.入口文件
TP3:  http://localhost/index.php/Home/Index/index
TP5:  http://localhost/public/index.php/index/Index/index
解决入口文件问题
TP5:  http://localhost/index.php/index/Index/index

2.控制器 命名
TP3: IndexController.class.php
TP5: Index.php

3.config.php   app_debug  true

4.渲染模板 
TP3: $this->display()
TP5: 
use think\Controller;
Index extends Controller
return $this->fetch();

5.操作数据
TP3: M  D   
TP5: Db

6.模板传值 
TP3: 
TP5:$this->assign()

7.模板输出循环
TP3: <volist name="list" id="vo">   </volist>
TP5: {volist name="list" id="vo"}   {/volist}

8.大字母
TP3: U I D M S A C
TP5: url()  input()  Db()  config() 

9:支持php版本
TP3: index.php入口文件   php 5.3+
TP5: php 5.4+
 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值