Cheetah
config.php
Go to the documentation of this file.
1 <?php
2 
8 $aConfig = array(
12  'title' => 'Membership',
13  'version' => '1.0.0',
14  'vendor' => 'Cheetah',
15  'update_url' => '',
16 
17  'compatible_with' => array(
18  '1.0.0'
19  ),
20 
24  'home_dir' => 'cheetah/membership/',
25  'home_uri' => 'membership',
26 
27  'db_prefix' => 'ch_mbp_',
28  'class_prefix' => 'ChMbp',
32  'install' => array(
33  'check_payment' => 1,
34  'check_dependencies' => 0,
35  'show_introduction' => 1,
36  'change_permissions' => 0,
37  'execute_sql' => 1,
38  'update_languages' => 1,
39  'recompile_global_paramaters' => 1,
40  'recompile_main_menu' => 1,
41  'recompile_member_menu' => 1,
42  'recompile_site_stats' => 0,
43  'recompile_page_builder' => 1,
44  'recompile_profile_fields' => 0,
45  'recompile_comments' => 0,
46  'recompile_member_actions' => 0,
47  'recompile_tags' => 0,
48  'recompile_votes' => 0,
49  'recompile_categories' => 0,
50  'recompile_search' => 0,
51  'recompile_injections' => 0,
52  'recompile_permalinks' => 1,
53  'recompile_alerts' => 0,
54  'clear_db_cache' => 1,
55  'show_conclusion' => 1
56  ),
57  'uninstall' => array (
58  'check_dependencies' => 0,
59  'show_introduction' => 1,
60  'change_permissions' => 0,
61  'execute_sql' => 1,
62  'update_languages' => 1,
63  'recompile_global_paramaters' => 1,
64  'recompile_main_menu' => 1,
65  'recompile_member_menu' => 1,
66  'recompile_site_stats' => 0,
67  'recompile_page_builder' => 0,
68  'recompile_profile_fields' => 0,
69  'recompile_comments' => 0,
70  'recompile_member_actions' => 0,
71  'recompile_tags' => 0,
72  'recompile_votes' => 0,
73  'recompile_categories' => 0,
74  'recompile_search' => 0,
75  'recompile_injections' => 0,
76  'recompile_permalinks' => 1,
77  'recompile_alerts' => 0,
78  'clear_db_cache' => 1,
79  'show_conclusion' => 1
80  ),
84  'dependencies' => array(),
88  'language_category' => 'Cheetah Membership',
92  'install_permissions' => array(),
93  'uninstall_permissions' => array(),
97  'install_info' => array(
98  'introduction' => 'inst_intro.html',
99  'conclusion' => 'inst_concl.html'
100  ),
101  'uninstall_info' => array(
102  'introduction' => 'uninst_intro.html',
103  'conclusion' => 'uninst_concl.html'
104  )
105 );
php
$aConfig
$aConfig
Definition: config.php:8