Go to the source code of this file.
Namespaces | |
FDL | |
Functions | |
mytagdoc_ ($start, $slice, $tag, $userid=0) | |
mytagdoc ($start="0", $slice="ALL", $tag, $userid=0) | |
mytoviewdoc ($start="0", $slice="ALL", $userid=0) | |
myvieweddoc ($start="0", $slice="ALL", $userid=0) | |
myaffecteddoc ($start="0", $slice="ALL", $userid=0) | |
relateddoc ($start="0", $slice="ALL", $userid=0, $docid=0, $famid=0) | |
mydeleteddoc ($start="0", $slice="ALL", $userid=0) | |
myaffecteddoc | ( | $start = "0" , |
|
$slice = "ALL" , |
|||
$userid = 0 |
|||
) |
function use for specialised search return all document tagged for current user
int | $start | start cursor |
int | $slice | offset ("ALL" means no limit) |
int | $userid | user system identifier (NOT USE in this function) |
Definition at line 90 of file fdlsearches.php.
mydeleteddoc | ( | $start = "0" , |
|
$slice = "ALL" , |
|||
$userid = 0 |
|||
) |
return document i have deleted
Definition at line 147 of file fdlsearches.php.
mytagdoc | ( | $start = "0" , |
|
$slice = "ALL" , |
|||
$tag, | |||
$userid = 0 |
|||
) |
return document i have deleted
Definition at line 44 of file fdlsearches.php.
mytagdoc_ | ( | $start, | |
$slice, | |||
$tag, | |||
$userid = 0 |
|||
) |
mytoviewdoc | ( | $start = "0" , |
|
$slice = "ALL" , |
|||
$userid = 0 |
|||
) |
function use for specialised search return all document tagged TOVIEWDOC for current user
int | $start | start cursor |
int | $slice | offset ("ALL" means no limit) |
int | $userid | user system identifier (NOT USE in this function) |
Definition at line 65 of file fdlsearches.php.
myvieweddoc | ( | $start = "0" , |
|
$slice = "ALL" , |
|||
$userid = 0 |
|||
) |
function use for specialised search return all document tagged VIEWED for current user
int | $start | start cursor |
int | $slice | offset ("ALL" means no limit) |
int | $userid | user system identifier (NOT USE in this function) |
Definition at line 77 of file fdlsearches.php.
relateddoc | ( | $start = "0" , |
|
$slice = "ALL" , |
|||
$userid = 0 , |
|||
$docid = 0 , |
|||
$famid = 0 |
|||
) |
function use for specialised search return all referenced documents
int | $start | start cursor |
int | $slice | offset ("ALL" means no limit) |
int | $userid | user system identifier (NOT USE in this function) |
int | $docid | document referenced |
int | $famid | family restriction (0 if no restriction) |
Definition at line 104 of file fdlsearches.php.