Inheritance diagram for BaseForumThreads:
Built-in class that adds in sortable fields, and search params specific to forums.
Definition at line 8 of file base-forum-threads.inc.php.
Public Member Functions | |
__construct ($class= 'Thread') | |
construct our thread manager | |
getSearchParamXml () | |
add in the forum id as a search parameter | |
getSearchWhere ($params) | |
add in the where sql for the search sql generation | |
getSearchOrder ($params) | |
add in a default sort on edit date | |
drawRows ($rs) | |
we want to draw our forum threads in a table. |
|
construct our thread manager
Definition at line 13 of file base-forum-threads.inc.php. |
|
we want to draw our forum threads in a table.
Definition at line 59 of file base-forum-threads.inc.php. |
|
add in a default sort on edit date
Reimplemented from ObjectManager. Definition at line 46 of file base-forum-threads.inc.php. |
|
add in the forum id as a search parameter
Reimplemented from ObjectManager. Definition at line 21 of file base-forum-threads.inc.php. |
|
add in the where sql for the search sql generation
Reimplemented from ObjectManager. Definition at line 33 of file base-forum-threads.inc.php. |