CMS  Version 3.9
bindings.inc File Reference

Go to the source code of this file.

Variables

 $menu_item = "Bindings"
 
 $bindings = Query::create(BindingTarget, "ORDER BY target_class")->execute()
 
 $table = new DataListView($bindings, "bindings")
 
$table pageSize = 20
 
$table sortable = true
 
$table filter = true
 
$table emptyMessage = "No bindings have been created yet."
 
 $script = $table->writeScript()
 

Variable Documentation

◆ $bindings

$bindings = Query::create(BindingTarget, "ORDER BY target_class")->execute()

Definition at line 39 of file bindings.inc.

◆ $menu_item

$menu_item = "Bindings"

Definition at line 37 of file bindings.inc.

◆ $script

$script = $table->writeScript()

Definition at line 51 of file bindings.inc.

◆ $table

$table = new DataListView($bindings, "bindings")

Definition at line 41 of file bindings.inc.

◆ emptyMessage

$table emptyMessage = "No bindings have been created yet."

Definition at line 49 of file bindings.inc.

◆ filter

$table filter = true

Definition at line 48 of file bindings.inc.

◆ pageSize

$table pageSize = 20

Definition at line 46 of file bindings.inc.

◆ sortable

$table sortable = true

Definition at line 47 of file bindings.inc.