コード例 #1
0
 public function init()
 {
     $this->name = "База местоположений";
     $this->modelShowAttribute = "name";
     $this->modelClassName = KladrLocation::className();
     parent::init();
 }
コード例 #2
0
ファイル: ShopStore.php プロジェクト: skeeks-cms/cms-shop
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getLocation()
 {
     return $this->hasOne(KladrLocation::className(), ['id' => 'location_id']);
 }