mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-21 06:33:43 +01:00
5 lines
180 B
PHP
5 lines
180 B
PHP
<?php
|
|
/**
|
|
* @var $this \yii\base\View
|
|
*/
|
|
?><?php $this->beginPage(); ?>1<?php $this->head(); ?>2<?php $this->beginBody(); ?>3<?php $this->endBody(); ?>4<?php $this->endPage(); ?>
|