예제 #1
0
 public function getRelCourseData()
 {
     return $this->hasOne(\app\modules\course\models\Courses::className(), ['course_id' => 'fees_pay_tran_course_id']);
 }
예제 #2
0
파일: Batches.php 프로젝트: anazhd/EduSec
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getBatchCourse()
 {
     return $this->hasOne(Courses::className(), ['course_id' => 'batch_course_id']);
 }
예제 #3
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getStuMasterCourse()
 {
     return $this->hasOne(\app\modules\course\models\Courses::className(), ['course_id' => 'stu_master_course_id']);
 }