Exemple #1
0
 public function getStore()
 {
     return $this->hasOne(Store::className(), ['id' => 'FK_store']);
 }
Exemple #2
0
 public function getStore()
 {
     return $this->hasOne(Store::className(), ['coordinate_id' => 'id']);
 }