CMS  Version 3.9
topics.inc File Reference

Go to the source code of this file.

Variables

 $menu_item = "Topics"
 
 $title = "Manage Topics"
 
 $topics = query(Topic, "ORDER BY topic_id")
 
 $table = new DataListView($topics, "topics")
 
$table sortable = true
 
$table emptyMessage = "No topics have been created"
 
 $script = $table->writeScript()
 

Variable Documentation

◆ $menu_item

$menu_item = "Topics"

Definition at line 39 of file topics.inc.

◆ $script

$script = $table->writeScript()

Definition at line 49 of file topics.inc.

◆ $table

$table = new DataListView($topics, "topics")

Definition at line 44 of file topics.inc.

◆ $title

$title = "Manage Topics"

Definition at line 40 of file topics.inc.

◆ $topics

$topics = query(Topic, "ORDER BY topic_id")

Definition at line 42 of file topics.inc.

◆ emptyMessage

$table emptyMessage = "No topics have been created"

Definition at line 47 of file topics.inc.

◆ sortable

$table sortable = true

Definition at line 46 of file topics.inc.