<?php /** * @var $this \yii\web\View * @var $topic_id integer */ echo $this->render('/podcasts/index',['topic_id'=>$topic_id]);