예제 #1
0
파일: User.php 프로젝트: kocapb/library
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getEducation()
 {
     return $this->hasOne(Education::className(), ['id' => 'education_id']);
 }