Public Member Functions | |
| topicLister ($forumId, $start=1, $topicPerPage) | |
| get_topic_list () | |
| disp_pager_tool_bar ($pagerUrl) | |
Data Fields | |
| $sqlPager | |
Definition at line 859 of file forum.lib.php.
| disp_pager_tool_bar | ( | $ | pagerUrl | ) |
display a pager tool bar
| string | $url page where to point |
Definition at line 913 of file forum.lib.php.
| get_topic_list | ( | ) |
return all the topic list of the current forum
Definition at line 900 of file forum.lib.php.
| topicLister | ( | $ | forumId, | |
| $ | start = 1, |
|||
| $ | topicPerPage | |||
| ) |
class constructor
| int | $forumId id of the current forum | |
| int | $start post where to start | |
| int | $postPerPage number of post to display per page |
Definition at line 872 of file forum.lib.php.
| $sqlPager |
Definition at line 861 of file forum.lib.php.
1.6.3