Exemple #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getBenhans()
 {
     return $this->hasMany(Benhan::className(), ['maDT' => 'id']);
 }
Exemple #2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getMaBA0()
 {
     return $this->hasOne(Benhan::className(), ['id' => 'maBA']);
 }