Go to the source code of this file.
|
| exportfld (Action &$action, $aflid="0", $famid="") |
|
| fputs_utf8 ($r, $s, $iso=false) |
|
| orderbyfromid ($a, $b) |
|
| deleteContentDirectory ($dirname) |
|
| exportProfil ($fout, $dbaccess, $docid) |
|
| getUserLogicName ($dbaccess, $uid) |
|
| exportonedoc (&$doc, &$ef, $fout, $wprof, $wfile, $wident, $wutf8, $nopref, $eformat) |
|
deleteContentDirectory |
( |
|
$dirname | ) |
|
Removes content of the directory (not sub directory)
- Parameters
-
string | the directory name to remove |
- Returns
- boolean True/False whether the directory was deleted.
Definition at line 256 of file exportfld.php.
exportfld |
( |
Action & |
$action, |
|
|
|
$aflid = "0" , |
|
|
|
$famid = "" |
|
) |
| |
Exportation of documents from folder or searches
- Parameters
-
Action | &$action | current action fldid Http var : folder identificator to export wprof Http var : (Y|N) if Y export associated profil also wfile Http var : (Y|N) if Y export attached file export format will be tgz wident Http var : (Y|N) if Y specid column is set with identificator of document wutf8 Http var : (Y|N) if Y encoding is utf-8 else iso8859-1 wcolumn Http var : if - export preferences are ignored eformat Http var : (I|R|F) I: for reimport, R: Raw data, F: Formatted data selection Http var : JSON document selection object |
Definition at line 36 of file exportfld.php.
exportonedoc |
( |
& |
$doc, |
|
|
& |
$ef, |
|
|
|
$fout, |
|
|
|
$wprof, |
|
|
|
$wfile, |
|
|
|
$wident, |
|
|
|
$wutf8, |
|
|
|
$nopref, |
|
|
|
$eformat |
|
) |
| |
exportProfil |
( |
|
$fout, |
|
|
|
$dbaccess, |
|
|
|
$docid |
|
) |
| |
fputs_utf8 |
( |
|
$r, |
|
|
|
$s, |
|
|
|
$iso = false |
|
) |
| |
getUserLogicName |
( |
|
$dbaccess, |
|
|
|
$uid |
|
) |
| |