CMS  Version 3.9
content_inventory.inc File Reference

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'" : ""
 

Variable Documentation

◆ $checked

$checked = $showAll ? "checked='checked'" : ""

Definition at line 33 of file content_inventory.inc.

◆ $helper

$helper = new ContentInventoryHelper($showAll)

Definition at line 10 of file content_inventory.inc.

◆ $itemsByType

$itemsByType = array()

Definition at line 12 of file content_inventory.inc.

◆ $menu_item

$menu_item = "Content Inventory"

Definition at line 6 of file content_inventory.inc.

◆ $page_title

$page_title = "Content Inventory By Type"

Definition at line 5 of file content_inventory.inc.

◆ $script

$script = $table->writeScript()

Definition at line 31 of file content_inventory.inc.

◆ $showAll

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

Definition at line 8 of file content_inventory.inc.

◆ $table

$table = new GroupedDataListView($itemsByType, "items_by_type")

Definition at line 16 of file content_inventory.inc.

◆ excelFile

$table excelFile = codify($config['sitename']."_content_inventory").".xls"

Definition at line 29 of file content_inventory.inc.

◆ groupAsWorksheets

$table groupAsWorksheets = true

Definition at line 28 of file content_inventory.inc.

◆ mode

foreach (array_keys( $itemsByType) as $group) $table mode = "tree"

Definition at line 27 of file content_inventory.inc.

◆ onStartRow

$table onStartRow = array($helper, onStartRow)

Definition at line 20 of file content_inventory.inc.