merge from yiisoft/yii2

This commit is contained in:
cuileon
2018-11-14 11:57:32 +08:00
parent 47df8a8cc0
commit 489dd119a5
426 changed files with 18465 additions and 4215 deletions

View File

@@ -0,0 +1,10 @@
<?php if (method_exists($this, 'beginPage')): ?>
<?php $this->beginPage(); ?>
<?php endif; ?>
Exception View
<?php if (method_exists($this, 'endBody')): ?>
<?php $this->endBody(); ?>
<?php endif; ?>
<?php if (method_exists($this, 'endPage')): ?>
<?php $this->endPage(); ?>
<?php endif;