rawlayout.php 179 Bytes EditWeb IDE 1 2 3 4 5 <?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(); ?>