CMS  Version 3.9
taxonomy_terms_list.inc File Reference

Go to the source code of this file.

Variables

 $taxonomy_id = checkNumeric($_GET["taxonomy_id"])
 
 $taxonomy = new Taxonomy($taxonomy_id)
 
 $terms = $taxonomy->Terms("ORDER BY sort_order, term")
 
 $table = new DataListView($terms, "terms")
 
$table pageSize = 20
 
$table filter = true
 
$table emptyMessage = "No terms have been added to this taxonomy"
 

Variable Documentation

◆ $table

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

Definition at line 46 of file taxonomy_terms_list.inc.

◆ $taxonomy

$taxonomy = new Taxonomy($taxonomy_id)

Definition at line 43 of file taxonomy_terms_list.inc.

◆ $taxonomy_id

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

Definition at line 39 of file taxonomy_terms_list.inc.

◆ $terms

$terms = $taxonomy->Terms("ORDER BY sort_order, term")

Definition at line 44 of file taxonomy_terms_list.inc.

◆ emptyMessage

$table emptyMessage = "No terms have been added to this taxonomy"

Definition at line 51 of file taxonomy_terms_list.inc.

◆ filter

$table filter = true

Definition at line 50 of file taxonomy_terms_list.inc.

◆ pageSize

$table pageSize = 20

Definition at line 49 of file taxonomy_terms_list.inc.