コード例 #1
0
ファイル: TStore.php プロジェクト: kd-brinex/kd
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getCity()
 {
     return $this->hasOne(City::className(), ['id' => 'city_id']);
 }
コード例 #2
0
ファイル: Infotext.php プロジェクト: kd-brinex/kd
 public function getCity()
 {
     return $this->hasOne(\app\modules\city\models\City::className(), ['id' => 'city_id']);
 }