title = 'Create Article Module'; $this->params['breadcrumbs'][] = ['label' => 'Article Modules', 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>
需要创建`common\models\article\Name`类,并添加`DynamicFormBehavior`行为控制字段表单类型,参考`common\models\article\Base`
render('_form', [ 'model' => $model, ]) ?>