![]() |
CMS
Version 3.9
|
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() | |
$menu_item = "Topics" |
Definition at line 39 of file topics.inc.
$script = $table->writeScript() |
Definition at line 49 of file topics.inc.
$table = new DataListView($topics, "topics") |
Definition at line 44 of file topics.inc.
$title = "Manage Topics" |
Definition at line 40 of file topics.inc.
$topics = query(Topic, "ORDER BY topic_id") |
Definition at line 42 of file topics.inc.
$table emptyMessage = "No topics have been created" |
Definition at line 47 of file topics.inc.
$table sortable = true |
Definition at line 46 of file topics.inc.