Browse Source

More on short echo tags [skip ci]

tags/2.0.0-beta
Luciano Baraglia 11 years ago
parent
commit
757603220a
  1. 2
      framework/yii/gii/generators/module/templates/view.php

2
framework/yii/gii/generators/module/templates/view.php

@ -5,7 +5,7 @@
*/ */
?> ?>
<div class="<?= $generator->moduleID . '-default-index' ?>"> <div class="<?= $generator->moduleID . '-default-index' ?>">
<h1><?= "<? " ?>$this->context->action->uniqueId ?></h1> <h1><?= "<?= " ?>$this->context->action->uniqueId ?></h1>
<p> <p>
This is the view content for action "<?= "<?= " ?>$this->context->action->id ?>". This is the view content for action "<?= "<?= " ?>$this->context->action->id ?>".
The action belongs to the controller "<?= "<?= " ?>get_class($this->context) ?>" The action belongs to the controller "<?= "<?= " ?>get_class($this->context) ?>"

Loading…
Cancel
Save