Files
yii2/tests/data/views/rawlayout.php
2025-06-10 19:32:49 +03:00

4 lines
176 B
PHP

<?php
/** @var \yii\web\View $this */
?><?php $this->beginPage(); ?>1<?php $this->head(); ?>2<?php $this->beginBody(); ?>3<?php $this->endBody(); ?>4<?php $this->endPage(); ?>