CMS  Version 3.9
documents.inc File Reference

Go to the source code of this file.

Variables

 $menu_item = "Documents"
 
 $title = "Manage Documents"
 
 $document_library_id = checkNumeric($_GET["document_library_id"])
 
if(! $document_library_id) $library = new DocumentLibrary($document_library_id)
 
 $view = new DocumentFileView($library)
 
 $tabs = documentLibraryTabs($document_library_id)
 

Variable Documentation

◆ $document_library_id

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

Definition at line 43 of file documents.inc.

◆ $library

if (! $document_library_id) $library = new DocumentLibrary($document_library_id)

Definition at line 50 of file documents.inc.

◆ $menu_item

$menu_item = "Documents"

Definition at line 40 of file documents.inc.

◆ $tabs

$tabs = documentLibraryTabs($document_library_id)

Definition at line 54 of file documents.inc.

◆ $title

$title = "Manage Documents"

Definition at line 41 of file documents.inc.

◆ $view

$view = new DocumentFileView($library)

Definition at line 52 of file documents.inc.