ThinkPhp? ORM ? ?????? ???? ???? ?? ??? ??????
ThinkPhp? ?? ?? ?? (ORM) ???? ?????? ??? ? ???? ??? ??? ??? ??? ? ?? ?? ??? ?????. ?? ??? ??? ????.
- ?? ?? ? ?? ?? :
ThinkPhp? ?? ??? ?? ??? ????? ?????? ?? ?? ???? ?? ???? ??? ??? ?? ? ? ????. ? ??? SQL ??? ???? ??? ?? ????? ?? ??????. ?? ??, ?? ??, ?? ?? ?? ??? ?? ? ? ????. - ?? ?? :
ThinkPhp? ??? ??? ????? ?? ?? ??? ???? ?? ?? ? ? ????. ?? ??? ??? ????? ?? ???? ??? ????? ? ??? ? ????. ??? ?????? ??? ??? ?? ????. - ?? ??? ? ??? ?? :
beforeInsert
,afterUpdate
?? ?? ?? ???? ???? ????? ???? ?? ?? ???? ? ??? ? ? ????. ?? ??? ??? ???? ???? ????? ???? ? ??? ? ???, ?? ???? ????? ???? ?? ??? ???? ???? ? ?????. - ?????? ?? :
ThinkPhp? ?????? ??? ???? ?? ??????? ???? ???? ??? ?? ???? ? ????. ? ??? ???? ???? ???? ??? ?? ????? ?? ?????. - ?? ???? :
ThinkPhp? ORM? ?? ????? ???? ????????? ?? ??? ? ????. ?? ??? ? ???? ???? ?? ??? ??? ? ? ????. - ??? :
ORM? ?? ??? ??? ?????? ???? ????? ???? ORM ??? ??? ?? ? ? ????. ThinkPhp? ORM? ???? ??? ? ???? ??? ?? ? ????.
ThinkPhp? ORM? ???? ?????? ??? ????? ?? ???? ??? ????? ??? ??????
ThinkPhp? ORM? ???? ?????? ??? ?????? ?? ??? ??????.
-
?? ?? ?? :
?? ?? (*
)? ???? ?? ??? ??? ???? ??? ?? ? ?? ??? ????. ?? ??:<code class="php">$list = Db::name('user')->field('id, name, email')->select();</code>
-
???? ?? ?? :
??? ??? ??? ???????. ?? ??? ?? ??? ?? ?? ? ???? ???? ??????????. ?? ?? ??? ?? ???? ??? ???? ?? ??????.<code class="php">$users = User::with(['posts', 'comments'])->select();</code>
-
?? ? ??? ?? :
??? ??? ?? ???? ??limit()
?paginate()
???? ??????. ?? ? ??? ??? ?????. ??? ??? ???? ??? ?? ?? ??? ????.<code class="php">$users = Db::name('user')->limit(10)->select(); $users = Db::name('user')->paginate(10);</code>
-
n 1 ?? ??? ?????.
???? ? ??? ?? ??? ???? N 1 ?? ??? ???? ?? ??????? ??????. ????? ?? ?? ??? :<code class="php">$users = User::with('posts')->select();</code>
-
?? ?? :
?? ??? ???? ???? ?? ?? ??? ???????. ThinkPhp? ?? ??? ???? ?????????? ?? ?? ? ????.<code class="php">$result = Db::name('user')->cache(true)->select();</code>
ThinkPhp? ORM? ??? ??? ?????? ?? ??? ??????
ThinkPhp? ORM?? ??? ??? ???? ?? ??? ?? ??? ?? ??? ? ? ????.
-
??? ???? ??????.
hasOne
,hasMany
,belongsTo
?belongsToMany
???? ?? ?? ??? ???? ??????. ??? ??????? ???? ???? ???? ? ??????.<code class="php">class User extends Model { public function posts() { return $this->hasMany('Post'); } }</code>
-
??? ?? ?? :
??????? ?? ?? ?? ?? ??? ?? ???????? ? ????? ??? ??? ??????.with()
???? ?? ??? ??????.<code class="php">$users = User::with(['posts', 'comments'])->select();</code>
-
?? ?? ?? :
?? ?? ??? ??? ??, ?? ?? ??? ???? ???? ???????????. ?? ??, ???? ???? ?? ? ???? ????? ??.<code class="php">$users = User::with('posts.comments')->select();</code>
-
??? ?? :
??? ?? ??? ????? ? ??? ??? ??????. ??? ?? ?? ?? :<code class="php">class Comment extends Model { public function commentable() { return $this->morphTo(); } }</code>
-
??? ????? ?? ??? :
??? ??? ?? ?? ???? ???? ?? ?? ?? ?? ???? ??????. ? ???? ???? ???? ??? ??????.<code class="php">class User extends Model { public function roles() { return $this->belongsToMany('Role')->withPivot('created_at'); } }</code>
ThinkPhp?? ?????? ??? ??? ?? ?? ??????? ?? ??? ?????
?, ThinkPhp? ?????? ??? ??? ?? ?? ????? ? ?? ??? ?????.
- ?????? ?? ?? :
?? ?? ??? ?????? ?? ?? ? ?? ?? ??? ?? ?? ? ????. ThinkPhp? ?????? ?? ??? ???? ?????. -
?? ?? ?? :
ThinkPhp? ?? ?? ??? ????? ??? ?????? ??? ?? ?? ? ?? ??? ???? ?? ? ?? ?? ???? ? ????. ?????? ???? ??? ?? ? ?? ?? ?? :<code class="php">'read_write' => [ 'master' => ['hostname' => 'master_server'], 'slave' => ['hostname' => ['slave_server1', 'slave_server2']], ],</code>
-
?? ?? :
?? ?? ??? ?? ? ?? ?? ?? ?? ?? ??? ????????? ?? ??? ????. ThinkPhp?cache()
???? ???? ?? ??? ???????.<code class="php">$result = Db::name('user')->cache(true, 3600)->select();</code>
- ?????? ?? :
??? ????? ThinkPhp? ?????? ??? ???? ?? ???? ??????. ?? ??????? ???? ???? ? ? ??? ??? ?? ???? ?? ? ? ??????. - ??? ?? :
???? ??? ???? ??? ??? ??? ??????. ThinkPhp? Swoole? ?? ??? ??? ??? ???? ?? ?? ???? ??? ??? ??? ?? ??? ???? ??? ??? ?? ??? ?? ? ? ????. - ??? ? ??? :
??????? ???? ???? ??? ??????. ?? ????? ORM ??? ??? ??? ?? ?? ??? ??? ????????? ????.
??? ??? ???? ????????? ????? ??? ThinkPHP? ?? ? ?? ????? ?? ?? ???? ? ????.
? ??? ThinkPhp? ORM ? ?????? ???? ???? ?? ??? ??????? ?? ?????. ??? ??? 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)

??? ??









