Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <?php
- /**
- * This is the template for generating an action view file.
- */
-
- /* @var $this yii\web\View */
- /* @var $generator yii\gii\generators\controller\Generator */
- /* @var $action string the action ID */
-
- echo "<?php\n";
- ?>
- /* @var $this yii\web\View */
- <?= "?>" ?>
-
- <h1><?= $generator->getControllerID() . '/' . $action ?></h1>
-
- <p>
- You may change the content of this page by modifying
- the file <code><?= '<?=' ?> __FILE__; ?></code>.
- </p>
|