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
get_param.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* get parameter value
8
*
9
* analyze sub-directories presents in STYLE directory
10
* @author Anakeen
11
* @version $Id: get_param.php,v 1.1 2004/08/05 09:31:22 eric Exp $
12
* @package FDL
13
* @subpackage WSH
14
*/
15
global
$action
;
16
17
$action
->log->deprecated(sprintf(_(
"API %s is deprecated. You should use %s instead."
) ,
"get_param"
,
"getApplicationParameter"
));
18
19
include_once (
"API/getApplicationParameter.php"
);
20
?>
$action
global $action
Definition:
get_param.php:15
← centre documentaire
© anakeen