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.
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* This is the template for generating an action view file.
|
|
|
|
*
|
|
|
|
* @var yii\web\View $this
|
|
|
|
* @var yii\gii\generators\controller\Generator $generator
|
|
|
|
* @var string $action the action ID
|
|
|
|
*/
|
|
|
|
|
|
|
|
echo "<?php\n";
|
|
|
|
?>
|
|
|
|
/**
|
|
|
|
* @var yii\web\View $this
|
|
|
|
*/
|
|
|
|
<?= "?>" ?>
|
|
|
|
|
|
|
|
<h1><?= $generator->getControllerID() . '/' . $action ?></h1>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
You may change the content of this page by modifying
|
|
|
|
the file <code><?= '<?php' ?> echo __FILE__; ?></code>.
|
|
|
|
</p>
|