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