? ??? PHP5? ???? ?? ?????? ??? ??????. ?????? ??? ?? ?? ??? ??? ??? ??? ????. ??? ? ????? PHP5?? ??????? ???? ?? ?? ??? ???? ?? ??? ?? ??? ?? ??? ??? ??? ? ??? ? ????.
1. ??? ??? ?????
??? ThinkPHP5? ORM ????? ???? ????? CRUD(??, ??, ??, ??) ??? ??? ???? ?? ?????? ??? ??? ??? ?????. ???????. ??? ???? ?????? ??? ??? ? ??? ???? ?? ??? ??? SQL ??? ?? ?? ??? ????? ??? ? ????. ?? ?:
class?UserModel?extends?Model { ????//?定義數據表名 ????protected?$table?=?'user'; ????//?根據用戶名查詢用戶信息 ????public?function?getUserByName($name) ????{ ????????return?$this->where('name',?$name)->find(); ????} }
? ????? UserModel??? ?? ???? ????, ??? ??? ???? ??? ??? ???? ?? getUserByName??? ???? ?????. ? ?????? $this->where() ? find() ???? ???? ???? ?????.
2. ??? Query ??? ?????
Query? ??????? ???? ThinkPHP5? ?? ??? ? ?????. ???? ???? ??? ??? ???? ?? ??? ???? ??? SQL ?? ?? ??? ? ????. ?? ??? ???? ???? ?? ?? ??? ?? ???? ??? ? ??? SQL ?? ???? ???? ???. ?? ?:
use?think\Db; class?UserController?extends?Controller { ????//?查詢所有用戶信息 ????public?function?index() ????{ ????????$query?=?Db::table('user'); ????????$result?=?$query->select(); ????????return?json($result); ????} ????//?根據用戶ID查詢用戶信息 ????public?function?show($id) ????{ ????????$query?=?Db::table('user'); ????????$result?=?$query->where('id',?$id)->find(); ????????return?json($result); ????} }
? ????? thinkDb? ???? ThinkPHP5? Db ???? ???? UserController?? ???? ???? ??????. ???? ??? ??? ?? ? ?? ???? ??????. ?????? Db ????? ???? table(), select(), where(), find() ???? ???? SQL ?? ???? ???? ?????.
3. ??? ?? ??? ?????
?? ??? ThinkPHP5? ?? ??? ?? ???? ????. ?? ??????? ???? ?? SQL ?? ???? ?? ??? ??? ?????. ?? ??? ???? ??? ? ??? ???? ?? ??? ??? ?? ??? ?????. ?? ?:
use?think\Db; class?UserController?extends?Controller { ????//?查詢所有用戶信息 ????public?function?index() ????{ ????????$result?=?Db::name('user')->select(); ????????return?json($result); ????} ????//?根據用戶ID查詢用戶信息 ????public?function?show($id) ????{ ????????$result?=?Db::name('user')->where('id',?$id)->find(); ????????return?json($result); ????} }
? ????? Db::name() ???? ???? Query Builder ??? ??, select() ? find() ???? ???? ??? ?? ??? ?????. ??? ?? Query ??? ???? ?? ?? Query Builder? ???? ?? ? ???? ?????.
????? ??, ?? ?? ? ?? ??? ???? ??????? ???? ?? ?? ??? ??? ?? ??? ????? ????. ?? ????? ?? ??? ?? ?? ??? ?? ??? ???? ???. ??? ?????? ?? ??? ??? ? ?? ???? ??? ???? ??, ??? ??? ???? ?? SQL ??? ?? ?? ??? ??? ???.
? ??? thinkphp5?? ??????? ???? ?? ?? ??? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)