コード例 #1
0
ファイル: Scholars.php プロジェクト: seans888/SMF-Project
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCompiles()
 {
     return $this->hasMany(Compile::className(), ['compile_scholar_id' => 'scholar_id']);
 }
コード例 #2
0
ファイル: Grades.php プロジェクト: seans888/SMF-Project
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCompiles()
 {
     return $this->hasMany(Compile::className(), ['compile_grade_id' => 'grade_id']);
 }