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.

21 lines
452 B

11 years ago
<?php
/**
11 years ago
* This is the template for generating an action view file.
11 years ago
*/
/* @var $this yii\web\View */
/* @var $generator yii\gii\generators\controller\Generator */
/* @var $action string the action ID */
echo "<?php\n";
11 years ago
?>
/* @var $this yii\web\View */
<?= "?>" ?>
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>