コード例 #1
0
ファイル: Doc.php プロジェクト: novikas/yii2-numerator
 public function getStore()
 {
     return $this->hasOne(Store::className(), ['id' => 'FK_store']);
 }
コード例 #2
0
ファイル: Coordinate.php プロジェクト: Sywooch/stores-system
 public function getStore()
 {
     return $this->hasOne(Store::className(), ['coordinate_id' => 'id']);
 }