mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-19 16:01:57 +08:00
More on short echo tags [skip ci]
This commit is contained in:
@@ -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) ?>"
|
||||||
|
|||||||
Reference in New Issue
Block a user