芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/airport-back/vendor/yiisoft/yii2-gii/src/generators/extension/form.php
Please read the = \yii\helpers\Html::a('Extension Guidelines', 'http://www.yiiframework.com/doc-2.0/guide-structure-extensions.html', ['target'=>'new']) ?> before creating an extension.
field($generator, 'vendorName'); echo $form->field($generator, 'packageName'); echo $form->field($generator, 'namespace'); echo $form->field($generator, 'type')->dropDownList($generator->optsType()); echo $form->field($generator, 'keywords'); echo $form->field($generator, 'license')->dropDownList($generator->optsLicense(), ['prompt'=>'Choose...']); echo $form->field($generator, 'title'); echo $form->field($generator, 'description'); echo $form->field($generator, 'authorName'); echo $form->field($generator, 'authorEmail'); echo $form->field($generator, 'outputPath'); ?>