mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-19 09:54:07 +08:00
11 lines
306 B
PHP
11 lines
306 B
PHP
<?php
|
|
/**
|
|
* @var yii\base\View $this
|
|
* @var yii\widgets\ActiveForm $form
|
|
* @var yii\gii\generators\controller\Generator $generator
|
|
*/
|
|
echo $form->field($generator, 'controller');
|
|
echo $form->field($generator, 'actions');
|
|
echo $form->field($generator, 'ns');
|
|
echo $form->field($generator, 'baseClass');
|