Core
3.2
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
freedom_mainimport.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* Generated Header (not documented yet)
8
*
9
* @author Anakeen
10
* @version $Id: freedom_editimport.php,v 1.8 2008/08/14 09:59:14 eric Exp $
11
* @package FDL
12
* @subpackage GED
13
*/
14
/**
15
*/
16
// ---------------------------------------------------------------
17
// -----------------------------------
18
function
freedom_mainimport
(
Action
&
$action
)
19
{
20
21
$parameters =
''
;
22
foreach
(
$_GET
as $k => $v) {
23
if
($k !=
"app"
&& $k !=
"action"
&& $k !=
"sole"
) {
24
$parameters.= sprintf(
"&%s=%s"
, $k, urlencode(($v)));
25
}
26
}
27
28
$action->lay->set(
"params"
, $parameters);
29
$windowId = uniqid(
"analysis"
);
30
$action->lay->set(
"resultAnalysisId"
, $windowId);
31
}
32
?>
$action
global $action
Definition:
accountRefreshGroup.php:16
Action
Definition:
Class.Action.php:24
$_GET
global $_GET
Definition:
wsh.php:37
freedom_mainimport
freedom_mainimport(Action &$action)
Definition:
freedom_mainimport.php:18
← centre documentaire
© anakeen