noalyss
Version-9
Toggle main menu visibility
Main Page
Related Pages
Packages
Package List
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
$
a
s
u
v
Files
File List
Globals
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
p
r
s
t
u
w
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Typedefs
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Pages
html
scenario.php
Go to the documentation of this file.
1
<?php
2
$_GET
=array (
3
'gDossier'
=>
'27'
,
4
'ac'
=>
'COMPTA/HIST'
,
5
);
6
$_POST
=array (
7
);
8
$_REQUEST
=array_merge(
$_GET
,
$_POST
);
9
include
'history_operation.inc.php'
;
10
$_GET
=array (
11
'gDossier'
=>
'27'
,
12
'ledger_type'
=>
'ALL'
,
13
'ac'
=>
'COMPTA/HIST'
,
14
'nb_jrn'
=>
'0'
,
15
'date_start'
=>
'01.01.2013'
,
16
'date_end'
=>
'31.12.2013'
,
17
'date_paid_start'
=>
''
,
18
'date_paid_end'
=>
''
,
19
'desc'
=>
''
,
20
'amount_min'
=>
'0'
,
21
'amount_max'
=>
'0'
,
22
'qcode'
=>
''
,
23
'accounting'
=>
''
,
24
'search'
=>
'Rechercher'
,
25
);
26
$_POST
=array (
27
);
28
$_REQUEST
=array_merge(
$_GET
,
$_POST
);
29
include
'history_operation.inc.php'
;
30
?>
$_REQUEST
$_REQUEST
Definition:
scenario.php:8
$_GET
$_GET
Definition:
scenario.php:2
$_POST
$_POST
Definition:
scenario.php:6