public function actionDetection($projectId) { $this->layout = 'modal'; $project = $this->findModel($projectId); return $this->render('detection', ['project' => $project]); }