view = $this->viewPath . "/" . $this->viewFile; } public function run(){ echo $this->render($this->view,[ 'model' => $this->dailyListing ]); } }