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_column.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* View folder containt in column mode
8
*
9
* @author Anakeen
10
* @version $Id: freedom_column.php,v 1.6 2005/08/18 09:16:09 eric Exp $
11
* @package FDL
12
* @subpackage GED
13
*/
14
/**
15
*/
16
17
include_once (
'FREEDOM/freedom_view.php'
);
18
// -----------------------------------
19
// -----------------------------------
20
function
freedom_column
(&
$action
)
21
{
22
// -----------------------------------
23
// Set the globals elements
24
$memo = (
getHttpVars
(
"memo"
,
"N"
) ==
"Y"
);
25
26
if
($memo)
$action
->parent->param->Set(
"FREEDOM_VIEW"
,
"column"
,
PARAM_USER
.
$action
->user->id,
$action
->parent->id);
27
viewfolder
(
$action
,
false
,
true
, 1);
28
}
29
?>
$action
global $action
Definition:
accountRefreshGroup.php:16
PARAM_USER
const PARAM_USER
Definition:
Class.Param.php:25
viewfolder
viewfolder(Action &$action, $with_abstract=false, $with_popup=true, $column=false, $slice="-", $sqlfilters=array(), $famid="", $paginationType="none")
Definition:
viewfolder.php:34
getHttpVars
getHttpVars($name, $def="", $scope="all")
Definition:
Lib.Http.php:124
freedom_column
freedom_column(&$action)
Definition:
freedom_column.php:20
← centre documentaire
© anakeen