![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$menu_item = "Taxonomies" | |
$taxonomies = Query::create(Taxonomy, "ORDER BY taxonomy_name")->execute() | |
$table = new DataListView($taxonomies, "taxonomies") | |
$table | pageSize = 20 |
$table | sortable = true |
$table | filter = true |
$table | emptyMessage = "No taxonomies have been created yet." |
$script = $table->writeScript() | |
$menu_item = "Taxonomies" |
Definition at line 37 of file taxonomies.inc.
$script = $table->writeScript() |
Definition at line 53 of file taxonomies.inc.
$table = new DataListView($taxonomies, "taxonomies") |
Definition at line 41 of file taxonomies.inc.
$taxonomies = Query::create(Taxonomy, "ORDER BY taxonomy_name")->execute() |
Definition at line 39 of file taxonomies.inc.
$table emptyMessage = "No taxonomies have been created yet." |
Definition at line 51 of file taxonomies.inc.
$table filter = true |
Definition at line 50 of file taxonomies.inc.
$table pageSize = 20 |
Definition at line 48 of file taxonomies.inc.
$table sortable = true |
Definition at line 49 of file taxonomies.inc.