Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
TST_PARAMETER_MANAGER_init.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package Dcp\Pu
5 */
6 
7 global $app_const;
8 
9 $app_const = array(
10  "INIT" => "yes",
11  "VERSION" => "1.2.3-4",
12  "PARENT_USER_GLOBAL_PARAMETER" => array(
13  "val" => "PARENT_USER_GLOBAL_PARAMETER_VALUE",
14  "descr" => "PARENT_USER_GLOBAL_PARAMETER_DESC",
15  "global" => "Y",
16  "user" => "Y"
17  ),
18  "PARENT_USER_PARAMETER" => array(
19  "val" => "PARENT_USER_PARAMETER",
20  "descr" => "PARENT_USER_PARAMETER",
21  "global" => "N",
22  "user" => "Y"
23  ),
24  "PARENT_GLOBAL_PARAMETER" => array(
25  "val" => "PARENT_GLOBAL_PARAMETER",
26  "descr" => "PARENT_GLOBAL_PARAMETER",
27  "global" => "Y",
28  "user" => "N"
29  ),
30  "PARENT_PARAMETER" => array(
31  "val" => "PARENT_PARAMETER",
32  "descr" => "PARENT_PARAMETER",
33  "global" => "N",
34  "user" => "N"
35  )
36 );
global $app_const
← centre documentaire © anakeen