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
|
|
|
|
/**
|
|
|
|
* @var yii\web\View $this
|
|
|
|
* @var yii\gii\generators\module\Generator $generator
|
|
|
|
*/
|
|
|
|
?>
|
|
|
|
<div class="<?= $generator->moduleID . '-default-index' ?>">
|
|
|
|
<h1><?= "<?= " ?>$this->context->action->uniqueId ?></h1>
|
|
|
|
<p>
|
|
|
|
This is the view content for action "<?= "<?= " ?>$this->context->action->id ?>".
|
|
|
|
The action belongs to the controller "<?= "<?= " ?>get_class($this->context) ?>"
|
|
|
|
in the "<?= "<?= " ?>$this->context->module->id ?>" module.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
You may customize this page by editing the following file:<br>
|
|
|
|
<code><?= "<?= " ?>__FILE__ ?></code>
|
|
|
|
</p>
|
|
|
|
</div>
|