Ejemplo n.º 1
0
 public function getStuMaster()
 {
     return $this->hasOne(StuMaster::className(), ['stu_master_user_id' => 'user_id']);
 }
Ejemplo n.º 2
0
 public function getRelStuData()
 {
     return $this->hasOne(\app\modules\student\models\StuMaster::className(), ['stu_master_id' => 'fees_pay_tran_stu_id']);
 }
Ejemplo n.º 3
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getGuardiaStuMaster()
 {
     return $this->hasOne(StuMaster::className(), ['stu_master_id' => 'guardia_stu_master_id']);
 }
Ejemplo n.º 4
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getStuMasters()
 {
     return $this->hasOne(StuMaster::className(), ['stu_master_stu_address_id' => 'stu_address_id']);
 }
Ejemplo n.º 5
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getStuMasters()
 {
     return $this->hasMany(StuMaster::className(), ['stu_master_category_id' => 'stu_category_id']);
 }