/** * view footer */ function viewFooter() { print "</table>\n"; parent::viewFooter(); }
/** * view footer */ function viewFooter() { $class = $this->searchString != '' ? 'fmSearchResult' : 'fmTD1'; while ($this->cellCnt < $this->cellsPerRow) { print "<td class=\"{$class}\"> </td>\n"; $this->cellCnt++; } print "</tr>\n"; print "</table>\n"; parent::viewFooter(); }