view_1.php
echo $this->render('view_2', ['hello' => 'hello world']);
view_2.php
echo $hello;
// output
// hello world
Comments
Post a Comment