noalyss Version-9
|
manage all the export to CSV or PDF act can be More...
Go to the source code of this file.
Variables | |
$action =$g_user->check_dossier($gDossier) | |
global | $cn =Dossier::connect() |
global | $g_parameter =new Noalyss_Parameter_Folder($cn) |
global | $g_user =new Noalyss_user($cn) |
$gDossier =dossier::id() | |
$hi =new HttpInput() | |
if( $action=='X'|| $g_user->check_print($action)==0) | $prfile =$cn->get_value("select me_file from menu_ref where me_code=$1",array($action)) |
const | ALLOWED 1 |
if ($prfile==""||!file_exists(NOALYSS_INCLUDE."/export/$prfile")) | |
manage all the export to CSV or PDF act can be
Definition in file export.php.
$action =$g_user->check_dossier($gDossier) |
Definition at line 42 of file export.php.
$cn =Dossier::connect() |
Definition at line 32 of file export.php.
$g_parameter =new Noalyss_Parameter_Folder($cn) |
Definition at line 32 of file export.php.
$g_user =new Noalyss_user($cn) |
Definition at line 32 of file export.php.
$gDossier =dossier::id() |
Definition at line 36 of file export.php.
Definition at line 44 of file export.php.
Referenced by TTFontFile\calcChecksum().
if ($action=='X'||$g_user->check_print( $action)==0) $prfile =$cn->get_value("select me_file from menu_ref where me_code=$1",array($action)) |
Definition at line 55 of file export.php.
const ALLOWED 1 |
Definition at line 27 of file export.php.
if( $prfile==""||!file_exists(NOALYSS_INCLUDE."/export/$prfile")) | ( | $prfile = = "" || !file_exists(NOALYSS_INCLUDE."/export/$prfile") | ) |
Definition at line 56 of file export.php.