if ($this->id != '') {
     $id = ' id="' . $this->id . '"';
 }
 if ($this->name != '') {
     $name = ' name="' . $this->name . '"';
 }
 if ($this->rows != '') {
     $rows = ' rows="' . $this->rows . '"';
 }