IP属地:广东
<?php namespace app\index\controller; use think\Controller;use app\valid...
静态代理 自定义验证器 调用验证器
//控制器public function test4(){//获取分页要调用查询类中的paginate(num)方法//每页显示5条this->...
<!DOCTYPE html> {name}{sex}{goods.id}{goods.model}{info->course}{Thin...
<?php namespace app\index\controller; use app\index\model\Student; //模型是...
<?php namespace app\index\controller; use think\Db; /** 查询构造器 准备工作: 'app...
<?php namespace app\index\controller; use think\Controller; /** Class De...
<?php namespace app\index\controller; use think\Db; /** 连接数据库 1.全局配置: co...
<?php namespace app\index\controller; use think\Controller; //静态代理//use ...