renderPartial('play', ['id' => $id]); } public function actionPlayMobile($id) { return $this->renderPartial('play_mobile', ['id' => $id]); } }