模型層裡:
$usertell=$this->where('tellphone',$data['tellphone'])->find();
return $usertell;
}// 獲取所有會員
public function getallmem()
//列表分頁
public function getpagedata($pagesize)
//單查
public function findone($w)
// 刪除會員
public function delmember($w)
//修改會員
public function updonemem($w,$data)
控制器裡
$result=$mem->addmember($data);
if($result)
else
}else}/*
*編輯會員
*/public function editmember()
$tpone="/^1[34578]\d$/";
if(!preg_match($tpone,$tellphone))
//判斷密碼是否要改
$ple=strlen($password);
if($ple=32)else
$data['tellphone']=$tellphone;
$data['username']=$username;
$w['id'] = $id;
$mem=model('member');
$res = $mem->updonemem($w,$data);
if($res)else
}else
}//個人資訊設定
public function upselfnews()
$tpone="/^1[34578]\d$/";
if(!preg_match($tpone,$tellphone))
//判斷密碼是否要改
$ple=strlen($password);
if($ple=32)else
$data['tellphone']=$tellphone;
$data['username']=$username;
$w['id'] = $id;
$mem=model('member');
$res = $mem->updonemem($w,$data);
if($res)else}else}/*
*刪除會員
*/public function delmember()else
}//excel匯入會員
public function exceladd()
foreach($excel_array as $k=>$v)
//print_r($data);die;
//$success=db::name('t_station')->insertall($data); //批量插入資料
if($success) else
} else
}else
}else
}列表頁:
新增會員
手機號使用者名稱
密碼操作
$vo.id))}">
編輯$vo.id))}">
刪除
tp5 0的學習筆記
extend 擴充套件類庫目錄 可定義 public 對外訪問目錄 runtime 執行時目錄 可定義 vendor 第三方類庫目錄 composer thinkphp 框架核心目錄 build.php 自動生成定義檔案 參考 composer.json composer定義檔案 license.t...
tp3 2和tp5 0的區別
1 控制器輸出 5 return this fetch 3.2 this display 3.2 5 g debug 記錄時間和記憶體使用情況 e exception 丟擲異常處理 c config 獲取和設定配置引數 i input 獲取輸入資料 w widget d 例項化model s 快取化...
TP3 2與TP5 0的區別
1.控制器輸出 return this fetch 5 this display 3.2 單字母函式去掉了 如 m d u s c 3.2 5 g debug 記錄時間 微秒 和記憶體使用情況 e exception 丟擲異常處理 c config 獲取和設定配置引數 i input 獲取輸入資料,...