![]() |
CMS
Version 3.9
|
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" |
$table = new DataListView($terms, "terms") |
Definition at line 46 of file taxonomy_terms_list.inc.
$taxonomy = new Taxonomy($taxonomy_id) |
Definition at line 43 of file taxonomy_terms_list.inc.
$taxonomy_id = checkNumeric($_GET["taxonomy_id"]) |
Definition at line 39 of file taxonomy_terms_list.inc.
$terms = $taxonomy->Terms("ORDER BY sort_order, term") |
Definition at line 44 of file taxonomy_terms_list.inc.
$table emptyMessage = "No terms have been added to this taxonomy" |
Definition at line 51 of file taxonomy_terms_list.inc.
$table filter = true |
Definition at line 50 of file taxonomy_terms_list.inc.
$table pageSize = 20 |
Definition at line 49 of file taxonomy_terms_list.inc.