ThinkPHP5? ????? ???? PHP ??????, ??? ????? ?? ????? ?? ?????? ??? ?? ????. ?????? ?? ? ??? ???? ????? ????? ???? ???? ?? ?? ??? ?? ??? ???? ???. ? ????? ThinkPHP5? ???? ?? ??? ?? ??? ???? ??? ?????.
1. ?? ??? ????
?? ??? ??? ???????? ??? ?? ???? ?? ???? ???? ??? ???? ????? ??? ???? ???? ???? ?? ?? ?? ?? ?? ?? ??? ?????. ??? ???? ???? ????. ?? ????? ??? ???, ?? ??? ? ?? ???? ???? ???? ?? ??? ???, ? ?? ???? ??? ?? ??? ??? ???? ???. ?? ??? ?? ??? ?????.
2. ?? ??? ?? ??
ThinkPHP5??? ?? ?? ? ?? ??? ??? ?? ?? ??? ??? ??? ? ????. ???? ?? ??? ??? ????.
- ???? ?? ??
??? ??? ?? ?? ?? 1:n ??? ?? ???? ??? ?????. ?? ??? ?? ??? ? ????. code:
//?User?模型中 public?function?orders() { ????return?$this->hasMany('Order',?'user_id'); } //?Order?模型中 public?function?user() { ????return?$this->belongsTo('User',?'user_id'); }
- Joint table Query
Joint table ??? ?? ???? ?? ??? ???? ?? ?? ??? ?? ??? ? ????. ?? ??? ??? ??, ??, ?? ?? ?? ?? ??? ???? ??? ? ????.
??? ?? ??? ?? ?? ??? ??? ???? ?? ?????.
$orderList?=?Db::table('order') ????->join('user',?'user.id?=?order.user_id') ????->order('order_id?DESC') ????->select();
?? ??? ?? ?? ??? ??? ???? ?? ??? ??? ????.
$orderList?=?Order::with('user') ????->order('order_id?DESC') ????->select();
- ?? ??? ??
?? ?? ???? ???? ?? ???? ?? ??? ??? ??? ?? ???? ?? ???? ?? ?, ??? delete() ???? ?? ???? ???. ?? ??? ??? ????.
$orderList?=?Order::where('user_id',?$userId)->select(); foreach?($orderList?as?$order)?{ ????$order->delete(); }
??? delete() ???? ?? ?? ? ???? ???? ???? ?? ?? ?? ??? ???? ?? ??? ?????. ??? ?? ???? ???? ???? ?? ?? ??? ?? ???? ?? ?? ???? ??? ? ????.
?? ???? ?? ??, ??? ??? ?? ? ?? delete() ???? ???? ThinkPHP5 ??? ??? ?? ??? ???? ???? ?????.
3. ?? ??
?? ??? ?? ??? ??? ? ?? ??? ???? ???.
- ?? ? ??
??? ??? ??? ? ?? ?? ??? ?? ??? ???? ???. ?? ?. ??? ???? ?????.
- ?????? ??
?? ???? ???? ?, ?? ??? ?? ??? ??? ???? ?? ??????? ???? ???.
- ?????? ??? ???
?? ??? ?? ? ?? ??? ?? ???? ????? ?????? ???? ???? ??? ?? ???? ???? ??? ???? ?????.
4. ??
? ????? ThinkPHP5? ???? ?? ??, ?? ??? ?? ? ?? ??() ???? ?? ???? ?? ??? ?? ??? ???? ??? ?????. ??? ???? ???? ??? ???? ?? ?? ??? ?? ??? ??? ? ???? ? ??? ?????. ? ?? ?? ???? ThinkPHP5 ?????? ? ? ???? ???? ? ??? ??? ????.
? ??? 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)