Public Member Functions | |
| postLister ($topicId, $start=1, $postsPerPage) | |
| get_post_list () | |
| disp_pager_tool_bar ($pagerUrl) | |
| get_total_post_count () | |
Data Fields | |
| $sqlPager | |
Definition at line 929 of file forum.lib.php.
| disp_pager_tool_bar | ( | $ | pagerUrl | ) |
display a pager tool bar
| string | $url page where to point |
Definition at line 988 of file forum.lib.php.
| get_post_list | ( | ) |
return all the post list of the current topic
Definition at line 975 of file forum.lib.php.
| get_total_post_count | ( | ) |
return count of post of the current topic
Definition at line 1000 of file forum.lib.php.
| postLister | ( | $ | topicId, | |
| $ | start = 1, |
|||
| $ | postsPerPage | |||
| ) |
class constructor
| int | $topicId id of the current topic | |
| int | $start post where to start | |
| int | $postPerPage number of post to display per page |
Definition at line 942 of file forum.lib.php.
| $sqlPager |
Definition at line 931 of file forum.lib.php.
1.6.3