mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 14:57:23 +08:00
6 lines
180 B
PHP
6 lines
180 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(); ?>
|