예제 #1
0
파일: Section.php 프로젝트: mosedu/confprof
 /**
  * Relation with conference
  * @return \yii\db\ActiveQuery
  */
 public function getConference()
 {
     return $this->hasOne(Conference::className(), ['cnf_id' => 'sec_cnf_id']);
 }