示例#1
0
 /**
  * Return a page of threads for this board. (Some thread rows from DB)
  * @param unknown_type $count
  * @param unknown_type $page
  * @return unknown_type
  */
 public function getThreads($count, $page, $orderby)
 {
     return GWF_ForumThread::getThreadPage($this->getID(), $count, $page, $orderby);
 }