
<?php namespace app\index\controller; use think\Controller;use app\valid...
靜態(tài)代理 自定義驗證器 調(diào)用驗證器
//控制器public function test4(){//獲取分頁要調(diào)用查詢類中的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; /** 查詢構(gòu)造器 準(zhǔn)備工作: 'app...
<?php namespace app\index\controller; use think\Controller; /** Class De...
<?php namespace app\index\controller; use think\Db; /** 連接數(shù)據(jù)庫 1.全局配置: co...
<?php namespace app\index\controller; use think\Controller; //靜態(tài)代理//use ...