Пример #1
0
 function show()
 {
     $r = new Row($this->COLNAMES);
     $r->setToolTip($this->getTooltip());
     for ($i = 0; $i < count($this->ROW); $i++) {
         $r->setAttribute($i, $this->ROW[$i]);
     }
     $r->show();
 }