%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 49.231.201.246 / Your IP : 216.73.216.149 Web Server : Apache/2.4.18 (Ubuntu) System : Linux 246 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : root ( 0) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,pcntl_exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/11584/cwd/html/water/vendor/yiisoft/yii2-gii/src/generators/extension/ |
Upload File : |
<?php /* @var $this yii\web\View */ /* @var $form yii\widgets\ActiveForm */ /* @var $generator yii\gii\generators\extension\Generator */ ?> <div class="alert alert-info"> 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. </div> <div class="module-form"> <?php echo $form->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'); ?> </div>