Files
yii2/tests/data/views/rawlayout.php
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5
2015-07-30 09:52:33 +08:00

4 lines
175 B
PHP

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