天天看点

(十六)yii2 视图中渲染到另一个视图中

<?php echo \Yii::$app->view->renderFile('@app/views/newView/index.php', [ 'model' => $model ]); ?>