$exam1Model->generate($this->request->getPost())]); } public function download() { $exam1Model = new \App\Models\Ci4lab\Lab1\Exam1Model(); return $this->response->download('exam.env', $exam1Model->generate($this->request->getPost(), true)); } }