CMS  Version 3.9
link_libraries.inc File Reference

Go to the source code of this file.

Variables

 $menu_item = "Links"
 
 $hidden = checkNumeric($_GET["hidden"])
 
if(! $hidden) else
 
 $libraries = Query::create(LinkLibrary, "$constraint ORDER BY name")->execute()
 
 $view = new AdminLinkLibraryListView($libraries)
 
 $script = $view->writeScript()
 

Variable Documentation

◆ $hidden

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

Definition at line 39 of file link_libraries.inc.

◆ $libraries

$libraries = Query::create(LinkLibrary, "$constraint ORDER BY name")->execute()

Definition at line 51 of file link_libraries.inc.

◆ $menu_item

$menu_item = "Links"

Definition at line 37 of file link_libraries.inc.

◆ $script

$script = $view->writeScript()

Definition at line 55 of file link_libraries.inc.

◆ $view

$view = new AdminLinkLibraryListView($libraries)

Definition at line 53 of file link_libraries.inc.

◆ else

if (! $hidden) else
Initial value:
{
$checked = "checked='checked'"

Definition at line 46 of file link_libraries.inc.