Go to the source code of this file.
Namespaces | |
FDL | |
Variables | |
global | $action |
const | REDCOLOR "\033" . '[1;31;40m' |
const | UPDTCOLOR "\033" . '[1;32;40m' |
const | STOPCOLOR "\033" . '[0m' |
$usage = new ApiUsage() | |
$force = ($usage->addOptionalParameter("force", "force (yes or no)") == "yes") | |
$dbaccess = $action->dbaccess | |
if($dbaccess=="") | $o = new DbObj($dbaccess) |
$q = new QueryDb($dbaccess, "DocAttr") | |
$la = $q->Query(0, 0, "TABLE") | |
global $action |
Definition at line 17 of file FullFileIndex.php.
$dbaccess = $action->dbaccess |
Definition at line 32 of file FullFileIndex.php.
$force = ($usage->addOptionalParameter("force", "force (yes or no)") == "yes") |
Definition at line 28 of file FullFileIndex.php.
$la = $q->Query(0, 0, "TABLE") |
Definition at line 42 of file FullFileIndex.php.
Definition at line 37 of file FullFileIndex.php.
$q = new QueryDb($dbaccess, "DocAttr") |
Definition at line 38 of file FullFileIndex.php.
Definition at line 25 of file FullFileIndex.php.
const REDCOLOR "\033" . '[1;31;40m' |
Definition at line 21 of file FullFileIndex.php.
const STOPCOLOR "\033" . '[0m' |
Definition at line 23 of file FullFileIndex.php.
const UPDTCOLOR "\033" . '[1;32;40m' |
Definition at line 22 of file FullFileIndex.php.