/**
  * @ignore
  */
 protected function finish()
 {
     parent::finish();
     // close off the body and html tags
     $out = '</table>';
     $out .= $this->do_footer();
     $out .= '<!-- generated on ' . strftime('%x %H:%M') . ' -->';
     $out .= '</body></html>' . "\n";
     $this->_out .= $out;
     $this->_in_table = FALSE;
 }
 /**
  * @ignore
  */
 protected function after_group_footers()
 {
     parent::after_group_footers();
     $this->_out .= "\n";
 }
 /**
  * @ignore
  */
 protected function set_row($row)
 {
     parent::set_row($row);
     $this->_rec['body'][] = $row;
 }