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
foliosearch.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* display interface to insert document in portfolio
8
*
9
* @author Anakeen
10
* @version $Id: foliosearch.php,v 1.1 2005/04/06 16:38:58 eric Exp $
11
* @package FDL
12
* @subpackage GED
13
*/
14
/**
15
*/
16
// -----------------------------------
17
function
foliosearch
(
Action
&
$action
)
18
{
19
// -----------------------------------
20
// Get all the params
21
$docid
= GetHttpVars(
"id"
, 0);
// portfolio id
22
$action->lay->set(
"docid"
, urlencode(
$docid
));
23
}
24
?>
$action
global $action
Definition:
accountRefreshGroup.php:16
Action
Definition:
Class.Action.php:24
$docid
$docid
Definition:
cleanFamily.php:13
foliosearch
foliosearch(Action &$action)
Definition:
foliosearch.php:17
← centre documentaire
© anakeen