예제 #1
0
 public function getSection()
 {
     return $this->hasOne(Sections::className(), ['id' => 'section_id'])->inverseOf('forums');
 }