/**
  * @return \yii\db\ActiveQuery
  */
 public function getCodPresentacion()
 {
     return $this->hasOne(Presentacion::className(), ['codigo' => 'cod_presentacion']);
 }
示例#2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getPresentacion0()
 {
     return $this->hasOne(Presentacion::className(), ['id' => 'presentacion']);
 }