Home > Article > Backend Development > (11) yii2 renders within the view
<span style="font-family: Arial, Helvetica, sans-serif;"><?php echo \Yii::$app->view->renderFile('@app/views/permission/_form.php', [ 'model' => $model ]); ?></span>
The above has introduced (11) yii2 rendering in the view, including the content. I hope it will be helpful to friends who are interested in PHP tutorials.