![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$page_title = "Content Inventory By Type" | |
$menu_item = "Content Inventory" | |
$showAll = checkNumeric($_GET["showAll"]) | |
$helper = new ContentInventoryHelper($showAll) | |
$itemsByType = array() | |
$table = new GroupedDataListView($itemsByType, "items_by_type") | |
$table | onStartRow = array($helper, onStartRow) |
foreach(array_keys($itemsByType) as $group) $table | mode = "tree" |
$table | groupAsWorksheets = true |
$table | excelFile = codify($config['sitename']."_content_inventory").".xls" |
$script = $table->writeScript() | |
$checked = $showAll ? "checked='checked'" : "" | |
$checked = $showAll ? "checked='checked'" : "" |
Definition at line 33 of file content_inventory.inc.
$helper = new ContentInventoryHelper($showAll) |
Definition at line 10 of file content_inventory.inc.
$itemsByType = array() |
Definition at line 12 of file content_inventory.inc.
$menu_item = "Content Inventory" |
Definition at line 6 of file content_inventory.inc.
$page_title = "Content Inventory By Type" |
Definition at line 5 of file content_inventory.inc.
$script = $table->writeScript() |
Definition at line 31 of file content_inventory.inc.
$showAll = checkNumeric($_GET["showAll"]) |
Definition at line 8 of file content_inventory.inc.
$table = new GroupedDataListView($itemsByType, "items_by_type") |
Definition at line 16 of file content_inventory.inc.
$table excelFile = codify($config['sitename']."_content_inventory").".xls" |
Definition at line 29 of file content_inventory.inc.
$table groupAsWorksheets = true |
Definition at line 28 of file content_inventory.inc.
foreach (array_keys( $itemsByType) as $group) $table mode = "tree" |
Definition at line 27 of file content_inventory.inc.
$table onStartRow = array($helper, onStartRow) |
Definition at line 20 of file content_inventory.inc.