action = $action; $this->title = $title; $this->method = $method; $this->inputs = $inputs; } function GetText() { $return = ''; if ($this->title != '') $return .= ''.$this->title.''; $return .= '
'; foreach($this->inputs as $input) { $return .= ''; if (isset($input['description'])) $return .= ''; else $return .= ''; $return .= '
'.$input['description'].'GetText(); } } ?>