<?php namespace app\index\controller; use think\Controller;use app\validate\Userc;use a...
<?php namespace app\index\controller; use think\Controller;use app\validate\Userc;use a...
//控制器public function test4(){//獲取分頁(yè)要調(diào)用查詢類(lèi)中的paginate(num)方法//每頁(yè)顯示5條this->view->assign('d...
<?php namespace app\index\controller; use app\index\model\Student; //模型是和一張數(shù)據(jù)表綁定的class ...
<?php namespace app\index\controller; use think\Db; /** 查詢構(gòu)造器 準(zhǔn)備工作: 'app_debug'=>true; ...
<?php namespace app\index\controller; use think\Db; /** 連接數(shù)據(jù)庫(kù) 1.全局配置: config 2.動(dòng)態(tài)配置: th...
<?php namespace app\index\controller; use think\Controller; //靜態(tài)代理//use think\facade\Re...
<?php /** trait實(shí)優(yōu)先級(jí) 1.當(dāng)前類(lèi)中的方法與trait類(lèi),父類(lèi)中的方法重名了,怎么辦? 2.trait類(lèi)優(yōu)先級(jí)高于父類(lèi) 3.當(dāng)多個(gè)類(lèi)中有同名的方法,怎么辦?*...
<?php /** 單例模式 工廠模式 注冊(cè)模式/// 單例模式class Site{public instance = null;//禁用構(gòu)造器private functi...
基本配置 常用的兩個(gè)方法 assign display 基本語(yǔ)法 輸出基本變量 輸出一維數(shù)組 輸出二維數(shù)組 變量調(diào)節(jié)器 1.首字母大寫(xiě) capitalize 實(shí)例:{$art...