Go to the source code of this file.
|
| 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
- Parameters
-
int | $start | start cursor |
int | $slice | offset ("ALL" means no limit) |
int | $userid | user system identificator (NOT USE in this function) |
Definition at line 92 of file fdlsearches.php.
mydeleteddoc |
( |
|
$start = "0" , |
|
|
|
$slice = "ALL" , |
|
|
|
$userid = 0 |
|
) |
| |
mytagdoc |
( |
|
$start = "0" , |
|
|
|
$slice = "ALL" , |
|
|
|
$tag, |
|
|
|
$userid = 0 |
|
) |
| |
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
- Parameters
-
int | $start | start cursor |
int | $slice | offset ("ALL" means no limit) |
int | $userid | user system identificator (NOT USE in this function) |
Definition at line 67 of file fdlsearches.php.
myvieweddoc |
( |
|
$start = "0" , |
|
|
|
$slice = "ALL" , |
|
|
|
$userid = 0 |
|
) |
| |
function use for specialised search return all document tagged VIEWED for current user
- Parameters
-
int | $start | start cursor |
int | $slice | offset ("ALL" means no limit) |
int | $userid | user system identificator (NOT USE in this function) |
Definition at line 79 of file fdlsearches.php.
relateddoc |
( |
|
$start = "0" , |
|
|
|
$slice = "ALL" , |
|
|
|
$userid = 0 , |
|
|
|
$docid = 0 , |
|
|
|
$famid = 0 |
|
) |
| |
function use for specialised search return all referenced documents
- Parameters
-
int | $start | start cursor |
int | $slice | offset ("ALL" means no limit) |
int | $userid | user system identificator (NOT USE in this function) |
int | $docid | document referenced |
int | $famid | family restriction (0 if no restriction) |
Definition at line 106 of file fdlsearches.php.