Ви не можете вибрати більше 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>
|