예제 #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']);
 }