Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- <?php
- /* @var $this yii\web\View */
- /* @var $generator yii\gii\generators\module\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>
|