CMS  Version 3.9
forum_topic.inc File Reference

Go to the source code of this file.

Variables

 $forum_id = checkNumeric($_GET["forum_id"])
 
 $topic_id = checkNumeric($_GET["topic_id"])
 
 $topic = new ForumTopic($topic_id)
 
 $message = $topic->FirstPost()
 
$page page_title = $message->title
 
 $view = new ForumTopicView($topic)
 

Variable Documentation

◆ $forum_id

$forum_id = checkNumeric($_GET["forum_id"])

Definition at line 36 of file forum_topic.inc.

◆ $message

$message = $topic->FirstPost()

Definition at line 42 of file forum_topic.inc.

◆ $topic

$topic = new ForumTopic($topic_id)

Definition at line 41 of file forum_topic.inc.

◆ $topic_id

$topic_id = checkNumeric($_GET["topic_id"])

Definition at line 37 of file forum_topic.inc.

◆ $view

$view = new ForumTopicView($topic)

Definition at line 45 of file forum_topic.inc.

◆ page_title

$page page_title = $message->title

Definition at line 43 of file forum_topic.inc.