示例#1
0
文件: Tuote.php 项目: CDIO3/biosafe
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getNos()
 {
     return $this->hasMany(Nos::className(), ['tuote_id' => 'id']);
 }
示例#2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getNos()
 {
     return $this->hasOne(Nos::className(), ['id' => 'nos_id']);
 }
示例#3
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getBakteeri()
 {
     return $this->hasOne(Nos::className(), ['bakteeri_id' => 'bakteeri_id']);
 }