eq ==
neq !=
gt >
egt >=
lt <
elt <=
hep ===
nhep !==
neq !=
gt >
egt >=
lt <
elt <=
hep ===
nhep !==
2016-09-21
<volist name="person" id="vo"> {$vo['name']}</volist> 输不出来 报错3.2.3版本
2016-09-20
ThinkPHP3.2.3版本中 需要在view里面建一个与控制器一样的文件夹(IndexController.class.php就建立Index的文件夹)后,在Index文件夹下面建立方法的html文件(function index就建立index.html),控制器中写$this->display('index')。如果没有建立Index文件夹,直接在view下面写index.html在控制器中需要些$this->display('/index').
2016-09-20
首先我这是3.2.3的版本,自定义函数位置只能放在:项目名\App\Home\Common\function.php
2016-09-13