dev-master
9999999-devYii2中国省市区三级联动
BSD-3-Clause
The Requires
by Rowe
yii2 city district region province
v1.0
1.0.0.0Yii2中国省市区三级联动
BSD-3-Clause
The Requires
by Rowe
yii2 city district region province
Yii2中国省市区三级联动
This is an Yii2 widget for Chinese region list field. (https://github.com/rowe/yii2-region), (*1)
, (*2)
Add to composer.json file with:, (*3)
"rowe/yii2-region": "dev-master"
Copy the @rowe/yii2-region/src/migrations/m170621_032947_region.php to the migration folder like console/migrations. Run, (*4)
"Yii migrate"
The region codes would be inserted via Yii migration, (*5)
Firstly, bind the behavior to your model which need to use the region fields., (*6)
public function behaviors() { return [ 'RegionBehavior' => [ 'class' => RegionBehavior::className(), ] ]; }
And then, use the widget in the view., (*7)
<?= RegionWidget::widget(['model' => $model]);?>
Yii2中国省市区三级联动
BSD-3-Clause
yii2 city district region province
Yii2中国省市区三级联动
BSD-3-Clause
yii2 city district region province