Go to the source code of this file.
Namespaces | |
namespace | FDL |
Functions | |
vault_filename ($th, $fileid) | |
gettitle ($dbaccess, $docid) | |
linkenum ($famid, $attrid) | |
lmail ($dbaccess, $name) | |
tplmail ($dbaccess, $type, $famid, $wfamid, $name) | |
tpluser ($dbaccess, $type, $famid, $wfamid, $name) | |
getGlobalsParameters ($name) | |
getFamAttribute ($dbaccess, $famid, $type="text", $param=false, $name="") | |
lfamilies ($dbaccess, $name= '', $subfam="") | |
lfamilly ($dbaccess, $famid, $name="", $dirid=0, $filter=array(), $idid="id") | |
lfamily ($dbaccess, $famid, $name="", $dirid=0, $filter=array(), $idid="id") | |
lfamilyvalues ($dbaccess, $famid, $name="") | |
lkfamily ($dbaccess, $famname, $aid, $kid, $name, $filter=array()) | |
lenum ($val, $enum) | |
lenumvalues ($enum, $val="") | |
lprofil ($dbaccess, $name, $famid=0) | |
lmask ($dbaccess, $name, $maskfamid="") | |
lcvdoc ($dbaccess, $name, $cvfamid="") | |
lmailtemplatedoc ($dbaccess, $name, $cvfamid="") | |
ltimerdoc ($dbaccess, $name, $cvfamid="") | |
lsearches ($dbaccess, $name) | |
ltabs ($dbaccess, $name) | |
lzone_ ($dbaccess, $tview, $famid="") | |
lzone ($dbaccess, $tview, $famid="") | |
lview ($tidview, $tlview) | |
getDocAttr ($dbaccess, $famid, $name="") | |
getSortAttr ($dbaccess, $famid, $name="", $sort=true) | |
_getParentLabel ($oa) | |
laction ($dbaccess, $famid, $name, $type) | |
lapplications ($n="") | |
lactions ($app, $n="") | |
lapi ($name="") | |
lstates ($dbaccess, $wid, $name="") | |
ldocstates ($dbaccess, $docid, $name="") | |
lmethods ($dbaccess, $famid, $name="") | |
db_query ($dbaccess, $table, $filter) | |
_getParentLabel | ( | $oa | ) |
Definition at line 670 of file FDL_external.php.
db_query | ( | $dbaccess, | |
$table, | |||
$filter | |||
) |
retrieve information from postgresql database
string | $dbaccess | the database coordonates |
string | $table | the name of sql table where search data |
string | $filter | the sql where clause to filter |
string | $more | dynamic others arg to define column to retrieve |
Definition at line 813 of file FDL_external.php.
getDocAttr | ( | $dbaccess, | |
$famid, | |||
$name = "" |
|||
) |
getFamAttribute | ( | $dbaccess, | |
$famid, | |||
$type = "text" , |
|||
$param = false , |
|||
$name = "" |
|||
) |
attribut list to be use in mail template
Definition at line 198 of file FDL_external.php.
getGlobalsParameters | ( | $name | ) |
Definition at line 176 of file FDL_external.php.
getSortAttr | ( | $dbaccess, | |
$famid, | |||
$name = "" , |
|||
$sort = true |
|||
) |
gettitle | ( | $dbaccess, | |
$docid | |||
) |
Functions used for edition help
string | $dbaccess | database specification |
int | $docid | identificator document |
Definition at line 45 of file FDL_external.php.
laction | ( | $dbaccess, | |
$famid, | |||
$name, | |||
$type | |||
) |
lactions | ( | $app, | |
$n = "" |
|||
) |
return list of what action for one application
Definition at line 707 of file FDL_external.php.
lapi | ( | $name = "" | ) |
Definition at line 734 of file FDL_external.php.
lapplications | ( | $n = "" | ) |
return list of what application
Definition at line 687 of file FDL_external.php.
lcvdoc | ( | $dbaccess, | |
$name, | |||
$cvfamid = "" |
|||
) |
ldocstates | ( | $dbaccess, | |
$docid, | |||
$name = "" |
|||
) |
Definition at line 770 of file FDL_external.php.
lenum | ( | $val, | |
$enum | |||
) |
return list of string for multiple static choice
string | $val | filter value - can be empty => see all choices |
string | $enum | possible choices like 'the first|the second|the last' |
Definition at line 408 of file FDL_external.php.
lenumvalues | ( | $enum, | |
$val = "" |
|||
) |
return list of string for multiple static choice
string | $val | filter value - can be empty => see all choices |
string | $enum | possible choices like 'the first|the second|the last' |
Definition at line 432 of file FDL_external.php.
lfamilies | ( | $dbaccess, | |
$name = '' , |
|||
$subfam = "" |
|||
) |
lfamilly | ( | $dbaccess, | |
$famid, | |||
$name = "" , |
|||
$dirid = 0 , |
|||
$filter = array() , |
|||
$idid = "id" |
|||
) |
list of documents of a same family
string | $dbaccess | database specification |
string | $famid | family identifier (if 0 any family). It can be internal name |
string | $name | string filter on the title |
int | $dirid | identifier of folder for restriction to a folder tree (deprecated) |
array | $filter | additionnals SQL filters |
string | $idid | the document id to use (default: id) |
Definition at line 272 of file FDL_external.php.
lfamily | ( | $dbaccess, | |
$famid, | |||
$name = "" , |
|||
$dirid = 0 , |
|||
$filter = array() , |
|||
$idid = "id" |
|||
) |
lfamilyvalues | ( | $dbaccess, | |
$famid, | |||
$name = "" |
|||
) |
list of documents of a same family and their specific attributes
string | $dbaccess | database specification |
string | $famid | family identifier (if 0 any family). It can be internal name |
string | $name | string filter on the title |
string | $attrids | argument variable of name of attribute to be returned |
Definition at line 326 of file FDL_external.php.
linkenum | ( | $famid, | |
$attrid | |||
) |
link enum definition from other def
Definition at line 61 of file FDL_external.php.
lkfamily | ( | $dbaccess, | |
$famname, | |||
$aid, | |||
$kid, | |||
$name, | |||
$filter = array() |
|||
) |
list of documents of a same family and which are in the $kid category
string | $dbaccess | database specification |
string | $famname | family internal name |
string | $aid | enum attribute identifier |
string | $kid | enum key to search |
string | $name | string filter on the title |
array | $filter | additionnals SQL filters |
Definition at line 377 of file FDL_external.php.
lmail | ( | $dbaccess, | |
$name | |||
) |
lmailtemplatedoc | ( | $dbaccess, | |
$name, | |||
$cvfamid = "" |
|||
) |
lmask | ( | $dbaccess, | |
$name, | |||
$maskfamid = "" |
|||
) |
lmethods | ( | $dbaccess, | |
$famid, | |||
$name = "" |
|||
) |
lprofil | ( | $dbaccess, | |
$name, | |||
$famid = 0 |
|||
) |
lsearches | ( | $dbaccess, | |
$name | |||
) |
search list not filters
Definition at line 546 of file FDL_external.php.
lstates | ( | $dbaccess, | |
$wid, | |||
$name = "" |
|||
) |
ltabs | ( | $dbaccess, | |
$name | |||
) |
tab list not filters
Definition at line 557 of file FDL_external.php.
ltimerdoc | ( | $dbaccess, | |
$name, | |||
$cvfamid = "" |
|||
) |
lview | ( | $tidview, | |
$tlview | |||
) |
Definition at line 607 of file FDL_external.php.
lzone | ( | $dbaccess, | |
$tview, | |||
$famid = "" |
|||
) |
lzone_ | ( | $dbaccess, | |
$tview, | |||
$famid = "" |
|||
) |
tplmail | ( | $dbaccess, | |
$type, | |||
$famid, | |||
$wfamid, | |||
$name | |||
) |
tpluser | ( | $dbaccess, | |
$type, | |||
$famid, | |||
$wfamid, | |||
$name | |||
) |
vault_filename | ( | $th, | |
$fileid | |||
) |
← centre documentaire |
|