You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
305 B
11 lines
305 B
11 years ago
|
<?php
|
||
|
/**
|
||
11 years ago
|
* @var yii\web\View $this
|
||
11 years ago
|
* @var yii\widgets\ActiveForm $form
|
||
11 years ago
|
* @var yii\gii\generators\controller\Generator $generator
|
||
11 years ago
|
*/
|
||
11 years ago
|
echo $form->field($generator, 'controller');
|
||
|
echo $form->field($generator, 'actions');
|
||
|
echo $form->field($generator, 'ns');
|
||
|
echo $form->field($generator, 'baseClass');
|