Core
3.2
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
dochelp.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* View Help Document
8
*
9
* @author Anakeen
10
* @version $Id: family_help.php,v 1.4 2007/09/04 09:09:10 eric Exp $
11
* @package FDL
12
*/
13
/**
14
*/
15
16
include_once (
"Lib.Http.php"
);
17
include_once (
"FDL/Class.Doc.php"
);
18
19
function
dochelp
(
Action
&
$action
)
20
{
21
22
$docid
= $action->
getArgument
(
"id"
);
23
$anchor = $action->
getArgument
(
"anchor"
);
24
$dbaccess
= $action->dbaccess;
25
$doc
= new_doc(
$dbaccess
,
$docid
);
26
if
(!
$doc
->isAlive()) {
27
}
28
29
redirect($action,
"FDL"
,
"IMPCARD&id=$docid#$anchor"
);
30
}
dochelp
dochelp(Action &$action)
Definition:
dochelp.php:19
$action
global $action
Definition:
accountRefreshGroup.php:16
Action
Definition:
Class.Action.php:24
$docid
$docid
Definition:
cleanFamily.php:13
Action\getArgument
static getArgument($k, $def= '')
Definition:
Class.Action.php:775
$dbaccess
$dbaccess
Definition:
checkVault.php:17
$doc
$doc
Definition:
SetDocVaultIndex.php:39
← centre documentaire
© anakeen