noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Enumerations | 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.

Enumerations

enum  ALLOWED

Variables

 $action = $g_user->check_dossier($gDossier)
global $cn = new Database($gDossier)
global $g_parameter
global $g_user = new User($cn)
 $gDossier = dossier::id()
if($action=='X'||!isset($_GET['act'])||$g_user->
check_print($_GET['act'])==0) 
$prfile = $cn->get_value("select me_file from menu_ref where me_code=$1",array($_GET['act']))

Detailed Description

manage all the export to CSV or PDF act can be

Definition in file export.php.


Enumeration Type Documentation

enum ALLOWED

Definition at line 27 of file export.php.


Variable Documentation

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

Definition at line 37 of file export.php.

$cn = new Database($gDossier)

Definition at line 28 of file export.php.

global $g_parameter

Definition at line 28 of file export.php.

$g_user = new User($cn)

Definition at line 28 of file export.php.

$gDossier = dossier::id()

Definition at line 32 of file export.php.

if ($action=='X'||!isset($_GET['act'])||$g_user->check_print($_GET['act'])==0) $prfile = $cn->get_value("select me_file from menu_ref where me_code=$1",array($_GET['act']))

Definition at line 47 of file export.php.

 All Data Structures Namespaces Files Functions Variables Enumerations