controller = $controller; $this->model = $model; } public function output() { $outis = "

" . $this->model->h1string . "


"; $outis .= "

" . $this->model->pstring . "


"; $outis .= '' . $this->model->linkstring . "
"; $outis .= '
'; $outis .= '
'; return $outis; } } ?>