SetOddRowClass('table_odd_row'); $this->SetEvenRowClass('table_even_row'); $this->SetCellSpacing(1); $this->SetCellPadding(3); $this->SetHeader(); } function SetHeader($value=NULL,$class='table_header') { parent::SetHeader($value,$class); } function SetFooter($value=NULL,$class='table_header') { parent::SetFooter($value,$class); } } ?>