Exemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getTuitionfeeScholar()
 {
     return $this->hasOne(Scholars::className(), ['scholar_id' => 'tuitionfee_scholar_id']);
 }
Exemplo n.º 2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getGradeScholar()
 {
     return $this->hasOne(Scholars::className(), ['scholar_id' => 'grade_scholar_id']);
 }