コード例 #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getColleges0()
 {
     return $this->hasMany(College::className(), ['college_to_apply2' => 'school_name']);
 }
コード例 #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCollege0()
 {
     return $this->hasOne(College::className(), ['id' => 'college']);
 }
コード例 #3
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getColleges0()
 {
     return $this->hasMany(College::className(), ['course_to_take2' => 'course_name']);
 }