noalyss Version-9
Variables
export.php File Reference

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"))
 

Detailed Description

manage all the export to CSV or PDF act can be

Definition in file export.php.

Variable Documentation

◆ $action

$action =$g_user->check_dossier($gDossier)

Definition at line 42 of file export.php.

◆ $cn

Definition at line 32 of file export.php.

◆ $g_parameter

$g_parameter =new Noalyss_Parameter_Folder($cn)

Definition at line 32 of file export.php.

◆ $g_user

$g_user =new Noalyss_user($cn)

Definition at line 32 of file export.php.

◆ $gDossier

$gDossier =dossier::id()

Definition at line 36 of file export.php.

◆ $hi

$hi =new HttpInput()

Definition at line 44 of file export.php.

Referenced by TTFontFile\calcChecksum().

◆ $prfile

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.

◆ ALLOWED

const ALLOWED 1

Definition at line 27 of file export.php.

◆ if

if( $prfile==""||!file_exists(NOALYSS_INCLUDE."/export/$prfile")) (   $prfile = = "" || !file_exists(NOALYSS_INCLUDE."/export/$prfile"))

Definition at line 56 of file export.php.