Cheetah
Classes | Variables
DbForum.php File Reference

Go to the source code of this file.

Classes

class  DbForum
 

Variables

const TF_FORUM '`' . $gConf['db']['prefix'] . 'forum`'
 
const TF_FORUM_CAT '`' . $gConf['db']['prefix'] . 'forum_cat`'
 
const TF_FORUM_POST '`' . $gConf['db']['prefix'] . 'forum_post`'
 
const TF_FORUM_TOPIC '`' . $gConf['db']['prefix'] . 'forum_topic`'
 
const TF_FORUM_VOTE '`' . $gConf['db']['prefix'] . 'forum_vote`'
 
const TF_FORUM_FLAG '`' . $gConf['db']['prefix'] . 'forum_flag`'
 
const TF_FORUM_USER_ACT '`' . $gConf['db']['prefix'] . 'forum_user_activity`'
 
const TF_FORUM_USER_STAT '`' . $gConf['db']['prefix'] . 'forum_user_stat`'
 
const TF_FORUM_ACTIONS_LOG '`' . $gConf['db']['prefix'] . 'forum_actions_log`'
 
const TF_FORUM_ATTACHMENTS '`' . $gConf['db']['prefix'] . 'forum_attachments`'
 
const TF_FORUM_SIGNATURES '`' . $gConf['db']['prefix'] . 'forum_signatures`'
 
const TF_ACTION_REPORT 'report'
 
const TF_ACTION_STICK 'stick'
 
const TF_ACTION_LOCK 'lock'
 
const TF_ACTION_HIDE_TOPIC 'hide topic'
 
const TF_ACTION_HIDE_POST 'hide post'
 
const TF_ACTION_UNHIDE_TOPIC 'unhide topic'
 
const TF_ACTION_UNHIDE_POST 'unhide post'
 
const TF_ACTION_DEL_TOPIC 'del topic'
 
const TF_ACTION_DEL_POST 'del post'
 
const TF_ACTION_EDIT_POST 'edit post'
 
const TF_ACTION_RESET_VOTES 'reset votes'
 

Variable Documentation

◆ TF_ACTION_DEL_POST

const TF_ACTION_DEL_POST 'del post'

Definition at line 28 of file DbForum.php.

◆ TF_ACTION_DEL_TOPIC

const TF_ACTION_DEL_TOPIC 'del topic'

Definition at line 27 of file DbForum.php.

◆ TF_ACTION_EDIT_POST

const TF_ACTION_EDIT_POST 'edit post'

Definition at line 29 of file DbForum.php.

◆ TF_ACTION_HIDE_POST

const TF_ACTION_HIDE_POST 'hide post'

Definition at line 24 of file DbForum.php.

◆ TF_ACTION_HIDE_TOPIC

const TF_ACTION_HIDE_TOPIC 'hide topic'

Definition at line 23 of file DbForum.php.

◆ TF_ACTION_LOCK

const TF_ACTION_LOCK 'lock'

Definition at line 22 of file DbForum.php.

◆ TF_ACTION_REPORT

const TF_ACTION_REPORT 'report'

Definition at line 20 of file DbForum.php.

◆ TF_ACTION_RESET_VOTES

const TF_ACTION_RESET_VOTES 'reset votes'

Definition at line 30 of file DbForum.php.

◆ TF_ACTION_STICK

const TF_ACTION_STICK 'stick'

Definition at line 21 of file DbForum.php.

◆ TF_ACTION_UNHIDE_POST

const TF_ACTION_UNHIDE_POST 'unhide post'

Definition at line 26 of file DbForum.php.

◆ TF_ACTION_UNHIDE_TOPIC

const TF_ACTION_UNHIDE_TOPIC 'unhide topic'

Definition at line 25 of file DbForum.php.

◆ TF_FORUM

const TF_FORUM '`' . $gConf['db']['prefix'] . 'forum`'

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 8 of file DbForum.php.

◆ TF_FORUM_ACTIONS_LOG

const TF_FORUM_ACTIONS_LOG '`' . $gConf['db']['prefix'] . 'forum_actions_log`'

Definition at line 16 of file DbForum.php.

◆ TF_FORUM_ATTACHMENTS

const TF_FORUM_ATTACHMENTS '`' . $gConf['db']['prefix'] . 'forum_attachments`'

Definition at line 17 of file DbForum.php.

◆ TF_FORUM_CAT

const TF_FORUM_CAT '`' . $gConf['db']['prefix'] . 'forum_cat`'

Definition at line 9 of file DbForum.php.

◆ TF_FORUM_FLAG

const TF_FORUM_FLAG '`' . $gConf['db']['prefix'] . 'forum_flag`'

Definition at line 13 of file DbForum.php.

◆ TF_FORUM_POST

const TF_FORUM_POST '`' . $gConf['db']['prefix'] . 'forum_post`'

Definition at line 10 of file DbForum.php.

◆ TF_FORUM_SIGNATURES

const TF_FORUM_SIGNATURES '`' . $gConf['db']['prefix'] . 'forum_signatures`'

Definition at line 18 of file DbForum.php.

◆ TF_FORUM_TOPIC

const TF_FORUM_TOPIC '`' . $gConf['db']['prefix'] . 'forum_topic`'

Definition at line 11 of file DbForum.php.

◆ TF_FORUM_USER_ACT

const TF_FORUM_USER_ACT '`' . $gConf['db']['prefix'] . 'forum_user_activity`'

Definition at line 14 of file DbForum.php.

◆ TF_FORUM_USER_STAT

const TF_FORUM_USER_STAT '`' . $gConf['db']['prefix'] . 'forum_user_stat`'

Definition at line 15 of file DbForum.php.

◆ TF_FORUM_VOTE

const TF_FORUM_VOTE '`' . $gConf['db']['prefix'] . 'forum_vote`'

Definition at line 12 of file DbForum.php.