8 * @param int $boardID The ID number of board to display
9 * @param int $tpp Number of topics per page
10 * @param int $page Page number (starts from 0)
12 function __construct($boardid, $tpp, $page);
15 * Echo the topic list. Doesn't return anything.
18 public function display();
21 * Return (not echo) list of pages in a XHTML dd format (with no dl tags)
23 * If the class can't handle pages for whatever reason, then return null instead.
26 public function pagelist();