CMS  Version 3.9
help_books.inc File Reference

Go to the source code of this file.

Variables

 $menu_item = "Online Help"
 
 $helpBooks = Query::create(HelpBook, "ORDER BY title")->execute()
 
 $table = new DataListView($helpBooks, "help_books")
 
$table pageSize = 0
 
$table emptyMessage = "No Help Books have been created."
 
 $script = $table->writeScript()
 

Variable Documentation

◆ $helpBooks

$helpBooks = Query::create(HelpBook, "ORDER BY title")->execute()

Definition at line 39 of file help_books.inc.

◆ $menu_item

$menu_item = "Online Help"

Definition at line 37 of file help_books.inc.

◆ $script

$script = $table->writeScript()

Definition at line 51 of file help_books.inc.

◆ $table

$table = new DataListView($helpBooks, "help_books")

Definition at line 41 of file help_books.inc.

◆ emptyMessage

$table emptyMessage = "No Help Books have been created."

Definition at line 49 of file help_books.inc.

◆ pageSize

$table pageSize = 0

Definition at line 48 of file help_books.inc.