mName = $name; $this->mValue = $value; } function toStringControl() { if ($this->mId=="") $this->mId = $this->mName; $html = "\n\tmName\" id=\"$this->mId\""; $html .= " value=\"".$this->getValue()."\""; $html .= ">"; return $html; } }