form.php 305 Bytes
Newer Older
Qiang Xue committed
1 2
<?php
/**
Alexander Makarov committed
3
 * @var yii\web\View $this
Qiang Xue committed
4
 * @var yii\widgets\ActiveForm $form
Qiang Xue committed
5
 * @var yii\gii\generators\controller\Generator $generator
Qiang Xue committed
6
 */
7 8 9 10
echo $form->field($generator, 'controller');
echo $form->field($generator, 'actions');
echo $form->field($generator, 'ns');
echo $form->field($generator, 'baseClass');