Yii的hasOne hasMany
生活随笔
收集整理的這篇文章主要介紹了
Yii的hasOne hasMany
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
文章模型的postpublic function getComments(){return $this->hasMany(Comment::className(), ['post_id' => 'id']);}public function getActiveComments(){return $this->hasMany(Comment::className(), ['post_id' => 'id'])->where('status=:status',[':status'=>2])->orderBy('id DESC');}/*** @return \yii\db\ActiveQuery*/
public function getAuthor(){return $this->hasOne(Adminuser::className(), ['id' => 'author_id']);}
?
總結
以上是生活随笔為你收集整理的Yii的hasOne hasMany的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: PHP分页的limit与offset
- 下一篇: 请问怎样做赫丽尔斯的经销商?