class = 'Hidden'; $this->name = $name; $this->value = $value; } function getHtml() { if ($this->id == '') $this->id = $this->name; $html = "\n\tid\" name=\"$this->name\""; $html.= ' value="'.$this->getValue().'">'; return $html; } }