Esempio n. 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getLocations()
 {
     return $this->hasMany(Locations::className(), ['cellar_id' => 'id']);
 }
Esempio n. 2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCellarLoc()
 {
     return $this->hasOne(Locations::className(), ['cellar_loc_id' => 'cellar_loc_id']);
 }