示例#1
0
 public function getTopic()
 {
     return $this->hasOne(Topic::className(), ['id' => 'post_id'])->where(['type' => 'topic']);
 }
示例#2
0
 public function getTopic()
 {
     return $this->hasOne(Topic::className(), ['id' => 'target_id']);
 }