Yii2 framework backup
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.

23 lines
450 B

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