Cheetah
Public Member Functions | Public Attributes | List of all members
DbForum Class Reference
Inheritance diagram for DbForum:
ChDb Mistake ThingPage Thing

Public Member Functions

 searchMessages ($s, $u, $f, $type, $posts, $start, &$num=null)
 
 getCategs ()
 
 getCatTitle ($id)
 
 getCat ($id)
 
 getForums ($c)
 
 getForumsByCatUri ($c)
 
 getForum ($f)
 
 getForumByUri ($f)
 
 getForumBy ($sName, $sVal)
 
 getForumByPostId ($post_id)
 
 getForumByTopicId ($topic_id)
 
 getPostIds ($p)
 
 getTopicsNum ($f)
 
 getRecentTopicsNum ()
 
 _getTopicsNumWithCondition ($sWhere='', $aBindings=[])
 
 getTopics ($f, $start)
 
 getRecentTopics ($start)
 
 getHiddenTopics ($u, $start=0, &$num=null)
 
 getMyFlaggedTopics ($u, $start=0, &$num=null)
 
 getSubscribersToTopic ($iTopicId)
 
 getMyThreadsTopics ($u, $start=0, &$num=null)
 
 getTopic ($t)
 
 getTopicByUri ($t)
 
 getTopicBy ($sName, $sVal)
 
 getPostUser ($p)
 
 getTopicPost ($t, $x='last')
 
 getTopicDesc ($t)
 
 editPost ($p, $text, $user)
 
 newTopic ($f, $title, $text, $sticky, $user, $uri)
 
 stick ($topic_id, $user)
 
 hideTopic ($is_hide, $topic_id, $user)
 
 hidePost ($is_hide, $post_id, $user)
 
 deletePost ($post_id, $user='')
 
 _deletePostWithoutUpdatingTopic ($post_id, $forum_id)
 
 delTopic ($topic_id, $user)
 
 moveTopic ($topic_id, $forum_id, $old_forum_id)
 
 postReply ($forum_id, $topic_id, $text, $user)
 
 getPosts ($t, $u, $sOrder='ASC', $iLimit=0)
 
 getPostsByUri ($t, $u)
 
 getPostsBy ($u, $sName, $sVal, $sOrder='ASC', $iLimit=0)
 
 _cutPostText (&$a, $sPostTextField='post_text')
 
 getUserPostsList ($user, $sort, $limit=10)
 
 getAllPostsList ($sort, $limit=10)
 
 getPost ($post_id, $u)
 
 getPostWhen ($post_id)
 
 getUserPosts ($u)
 
 insertVote ($post_id, $u, $vote)
 
 getTopicByPostId ($post_id)
 
 report ($post_id, $u)
 
 isFlagged ($topic_id, $u)
 
 flag ($topic_id, $u)
 
 unflag ($topic_id, $u)
 
 updateUserActivity ($user)
 
 updateUserLastActivity ($user)
 
 getUserLastActivity ($user)
 
 getUserLastOnlineTime ($user)
 
 userStatsInc ($user, $when)
 
 userStatsDec ($user)
 
 getUserStat ($u)
 
 _cutLivePosts (&$a)
 
 getLivePosts ($c, $ts)
 
 getNewPostTs ($ts)
 
 getLogActionsCount ($u, $sAction, $iPeriod=0)
 
 logAction ($id, $u, $action)
 
 updateAttachmentDownloads ($hash)
 
 getAttachment ($hash)
 
 getAttachments ($post_id)
 
 insertAttachment ($post_id, $hash, $name, $type, $size)
 
 removeAttachments ($post_id)
 
 removeAttachment ($hash)
 
 genFileHash ()
 
 getSignature ($user)
 
 updateSignature ($signature, $user)
 
 isLocked ($topic_id)
 
 lock ($topic_id, $user)
 
 renameUser ($sUserOld, $sUserNew)
 
 deleteUser ($sUser)
 
- Public Member Functions inherited from ChDb
 getRow ($query, $bindings=[], $arr_type=PDO::FETCH_ASSOC)
 
 getOne ($query, $bindings=[])
 
 getColumn ($query, $bindings=[])
 
 getFirstRow ($query, $bindings=[], $arr_type=PDO::FETCH_ASSOC)
 
 getNextRow ()
 
 getNumRows ($res=null)
 
 getLastId ()
 
 query ($query, $bindings=[])
 
 getAll ($query, $bindings=[], $arr_type=PDO::FETCH_ASSOC)
 
 escape ($s)
 
 unescape ($s)
 
- Public Member Functions inherited from Mistake
 __construct ()
 
 log ($s)
 
 displayError ($s)
 
 getErrorPageXML ($s)
 
- Public Member Functions inherited from ThingPage
 getLangs ()
 
 getLangsXml ()
 
 getUrlsXml ()
 
 addHeaderFooter (&$li, $content)
 
 getPageXML ($first_load=1, &$p)
 
 cacheWrite ($fn, $s)
 
 cacheRead ($fn)
 
 cacheExists ($fn)
 
 cacheEnabled ()
 

Public Attributes

 $_aUserTables2Field
 
- Public Attributes inherited from Mistake
 $_error
 

Detailed Description

Definition at line 34 of file DbForum.php.

Member Function Documentation

◆ _cutLivePosts()

DbForum::_cutLivePosts ( $a)

Definition at line 881 of file DbForum.php.

◆ _cutPostText()

DbForum::_cutPostText ( $a,
  $sPostTextField = 'post_text' 
)

Definition at line 640 of file DbForum.php.

◆ _deletePostWithoutUpdatingTopic()

DbForum::_deletePostWithoutUpdatingTopic (   $post_id,
  $forum_id 
)

Definition at line 499 of file DbForum.php.

◆ _getTopicsNumWithCondition()

DbForum::_getTopicsNumWithCondition (   $sWhere = '',
  $aBindings = [] 
)

Definition at line 219 of file DbForum.php.

◆ deletePost()

DbForum::deletePost (   $post_id,
  $user = '' 
)

Definition at line 469 of file DbForum.php.

◆ deleteUser()

DbForum::deleteUser (   $sUser)

Definition at line 1064 of file DbForum.php.

◆ delTopic()

DbForum::delTopic (   $topic_id,
  $user 
)

Definition at line 519 of file DbForum.php.

◆ editPost()

DbForum::editPost (   $p,
  $text,
  $user 
)

Definition at line 361 of file DbForum.php.

◆ flag()

DbForum::flag (   $topic_id,
  $u 
)

Definition at line 786 of file DbForum.php.

◆ genFileHash()

DbForum::genFileHash ( )

Definition at line 982 of file DbForum.php.

◆ getAllPostsList()

DbForum::getAllPostsList (   $sort,
  $limit = 10 
)

Definition at line 680 of file DbForum.php.

◆ getAttachment()

DbForum::getAttachment (   $hash)

Definition at line 942 of file DbForum.php.

◆ getAttachments()

DbForum::getAttachments (   $post_id)

Definition at line 949 of file DbForum.php.

◆ getCat()

DbForum::getCat (   $id)

Definition at line 153 of file DbForum.php.

◆ getCategs()

DbForum::getCategs ( )

Definition at line 143 of file DbForum.php.

◆ getCatTitle()

DbForum::getCatTitle (   $id)

Definition at line 148 of file DbForum.php.

◆ getForum()

DbForum::getForum (   $f)

Definition at line 173 of file DbForum.php.

◆ getForumBy()

DbForum::getForumBy (   $sName,
  $sVal 
)

Definition at line 183 of file DbForum.php.

◆ getForumByPostId()

DbForum::getForumByPostId (   $post_id)

Definition at line 191 of file DbForum.php.

◆ getForumByTopicId()

DbForum::getForumByTopicId (   $topic_id)

Definition at line 197 of file DbForum.php.

◆ getForumByUri()

DbForum::getForumByUri (   $f)

Definition at line 178 of file DbForum.php.

◆ getForums()

DbForum::getForums (   $c)

Definition at line 159 of file DbForum.php.

◆ getForumsByCatUri()

DbForum::getForumsByCatUri (   $c)

Definition at line 166 of file DbForum.php.

◆ getHiddenTopics()

DbForum::getHiddenTopics (   $u,
  $start = 0,
$num = null 
)

Definition at line 251 of file DbForum.php.

◆ getLivePosts()

DbForum::getLivePosts (   $c,
  $ts 
)

Definition at line 891 of file DbForum.php.

◆ getLogActionsCount()

DbForum::getLogActionsCount (   $u,
  $sAction,
  $iPeriod = 0 
)

Definition at line 916 of file DbForum.php.

◆ getMyFlaggedTopics()

DbForum::getMyFlaggedTopics (   $u,
  $start = 0,
$num = null 
)

Definition at line 274 of file DbForum.php.

◆ getMyThreadsTopics()

DbForum::getMyThreadsTopics (   $u,
  $start = 0,
$num = null 
)

Definition at line 302 of file DbForum.php.

◆ getNewPostTs()

DbForum::getNewPostTs (   $ts)

Definition at line 910 of file DbForum.php.

◆ getPost()

DbForum::getPost (   $post_id,
  $u 
)

Definition at line 710 of file DbForum.php.

◆ getPostIds()

DbForum::getPostIds (   $p)

Definition at line 203 of file DbForum.php.

◆ getPosts()

DbForum::getPosts (   $t,
  $u,
  $sOrder = 'ASC',
  $iLimit = 0 
)

Definition at line 613 of file DbForum.php.

◆ getPostsBy()

DbForum::getPostsBy (   $u,
  $sName,
  $sVal,
  $sOrder = 'ASC',
  $iLimit = 0 
)

Definition at line 623 of file DbForum.php.

◆ getPostsByUri()

DbForum::getPostsByUri (   $t,
  $u 
)

Definition at line 618 of file DbForum.php.

◆ getPostUser()

DbForum::getPostUser (   $p)

Definition at line 341 of file DbForum.php.

◆ getPostWhen()

DbForum::getPostWhen (   $post_id)

Definition at line 727 of file DbForum.php.

◆ getRecentTopics()

DbForum::getRecentTopics (   $start)

Definition at line 233 of file DbForum.php.

◆ getRecentTopicsNum()

DbForum::getRecentTopicsNum ( )

Definition at line 214 of file DbForum.php.

◆ getSignature()

DbForum::getSignature (   $user)

Definition at line 998 of file DbForum.php.

◆ getSubscribersToTopic()

DbForum::getSubscribersToTopic (   $iTopicId)

Definition at line 297 of file DbForum.php.

◆ getTopic()

DbForum::getTopic (   $t)

Definition at line 325 of file DbForum.php.

◆ getTopicBy()

DbForum::getTopicBy (   $sName,
  $sVal 
)

Definition at line 335 of file DbForum.php.

◆ getTopicByPostId()

DbForum::getTopicByPostId (   $post_id)

Definition at line 763 of file DbForum.php.

◆ getTopicByUri()

DbForum::getTopicByUri (   $t)

Definition at line 330 of file DbForum.php.

◆ getTopicDesc()

DbForum::getTopicDesc (   $t)

Definition at line 355 of file DbForum.php.

◆ getTopicPost()

DbForum::getTopicPost (   $t,
  $x = 'last' 
)

Definition at line 346 of file DbForum.php.

◆ getTopics()

DbForum::getTopics (   $f,
  $start 
)

Definition at line 224 of file DbForum.php.

◆ getTopicsNum()

DbForum::getTopicsNum (   $f)

Definition at line 209 of file DbForum.php.

◆ getUserLastActivity()

DbForum::getUserLastActivity (   $user)

Definition at line 833 of file DbForum.php.

◆ getUserLastOnlineTime()

DbForum::getUserLastOnlineTime (   $user)

Definition at line 840 of file DbForum.php.

◆ getUserPosts()

DbForum::getUserPosts (   $u)

Definition at line 732 of file DbForum.php.

◆ getUserPostsList()

DbForum::getUserPostsList (   $user,
  $sort,
  $limit = 10 
)

Definition at line 650 of file DbForum.php.

◆ getUserStat()

DbForum::getUserStat (   $u)

Definition at line 874 of file DbForum.php.

◆ hidePost()

DbForum::hidePost (   $is_hide,
  $post_id,
  $user 
)

Definition at line 447 of file DbForum.php.

◆ hideTopic()

DbForum::hideTopic (   $is_hide,
  $topic_id,
  $user 
)

Definition at line 434 of file DbForum.php.

◆ insertAttachment()

DbForum::insertAttachment (   $post_id,
  $hash,
  $name,
  $type,
  $size 
)

Definition at line 956 of file DbForum.php.

◆ insertVote()

DbForum::insertVote (   $post_id,
  $u,
  $vote 
)

Definition at line 738 of file DbForum.php.

◆ isFlagged()

DbForum::isFlagged (   $topic_id,
  $u 
)

Definition at line 779 of file DbForum.php.

◆ isLocked()

DbForum::isLocked (   $topic_id)

Definition at line 1013 of file DbForum.php.

◆ lock()

DbForum::lock (   $topic_id,
  $user 
)

Definition at line 1019 of file DbForum.php.

◆ logAction()

DbForum::logAction (   $id,
  $u,
  $action 
)

Definition at line 928 of file DbForum.php.

◆ moveTopic()

DbForum::moveTopic (   $topic_id,
  $forum_id,
  $old_forum_id 
)

Definition at line 546 of file DbForum.php.

◆ newTopic()

DbForum::newTopic (   $f,
  $title,
  $text,
  $sticky,
  $user,
  $uri 
)

Definition at line 368 of file DbForum.php.

◆ postReply()

DbForum::postReply (   $forum_id,
  $topic_id,
  $text,
  $user 
)

Definition at line 573 of file DbForum.php.

◆ removeAttachment()

DbForum::removeAttachment (   $hash)

Definition at line 973 of file DbForum.php.

◆ removeAttachments()

DbForum::removeAttachments (   $post_id)

Definition at line 962 of file DbForum.php.

◆ renameUser()

DbForum::renameUser (   $sUserOld,
  $sUserNew 
)

Definition at line 1032 of file DbForum.php.

◆ report()

DbForum::report (   $post_id,
  $u 
)

Definition at line 770 of file DbForum.php.

◆ searchMessages()

DbForum::searchMessages (   $s,
  $u,
  $f,
  $type,
  $posts,
  $start,
$num = null 
)

Definition at line 47 of file DbForum.php.

◆ stick()

DbForum::stick (   $topic_id,
  $user 
)

Definition at line 421 of file DbForum.php.

◆ unflag()

DbForum::unflag (   $topic_id,
  $u 
)

Definition at line 793 of file DbForum.php.

◆ updateAttachmentDownloads()

DbForum::updateAttachmentDownloads (   $hash)

Definition at line 935 of file DbForum.php.

◆ updateSignature()

DbForum::updateSignature (   $signature,
  $user 
)

Definition at line 1003 of file DbForum.php.

◆ updateUserActivity()

DbForum::updateUserActivity (   $user)

Definition at line 800 of file DbForum.php.

◆ updateUserLastActivity()

DbForum::updateUserLastActivity (   $user)

Definition at line 822 of file DbForum.php.

◆ userStatsDec()

DbForum::userStatsDec (   $user)

Definition at line 860 of file DbForum.php.

◆ userStatsInc()

DbForum::userStatsInc (   $user,
  $when 
)

Definition at line 848 of file DbForum.php.

Member Data Documentation

◆ $_aUserTables2Field

DbForum::$_aUserTables2Field
Initial value:
= array(
'forum_actions_log' => 'user_name',
'forum_flag' => 'user',
'forum_post' => 'user',
'forum_signatures' => 'user',
'forum_topic' => 'first_post_user',
'forum_user_activity' => 'user',
'forum_user_stat' => 'user',
'forum_vote' => 'user_name',
)

Definition at line 36 of file DbForum.php.


The documentation for this class was generated from the following file: