Cheetah
config.php
Go to the documentation of this file.
1 <?php
2 
8 $aConfig = array(
12  'title' => 'Groups',
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/groups/',
25  'home_uri' => 'groups',
26 
27  'db_prefix' => 'ch_groups_',
28  'class_prefix' => 'ChGroups',
32  'install' => array(
33  'check_dependencies' => 1,
34  'show_introduction' => 0,
35  'change_permissions' => 0,
36  'execute_sql' => 1,
37  'update_languages' => 1,
38  'recompile_main_menu' => 1,
39  'recompile_member_menu' => 0,
40  'recompile_site_stats' => 1,
41  'recompile_page_builder' => 1,
42  'recompile_profile_fields' => 0,
43  'recompile_comments' => 1,
44  'recompile_member_actions' => 1,
45  'recompile_tags' => 1,
46  'recompile_votes' => 1,
47  'recompile_categories' => 1,
48  'recompile_search' => 1,
49  'recompile_injections' => 0,
50  'recompile_permalinks' => 1,
51  'recompile_alerts' => 1,
52  'clear_db_cache' => 1,
53  'show_conclusion' => 1,
54  ),
55  'uninstall' => array (
56  'check_dependencies' => 0,
57  'show_introduction' => 0,
58  'change_permissions' => 0,
59  'execute_sql' => 1,
60  'update_languages' => 1,
61  'recompile_main_menu' => 1,
62  'recompile_member_menu' => 0,
63  'recompile_site_stats' => 1,
64  'recompile_page_builder' => 1,
65  'recompile_profile_fields' => 0,
66  'recompile_comments' => 1,
67  'recompile_member_actions' => 1,
68  'recompile_tags' => 1,
69  'recompile_votes' => 1,
70  'recompile_categories' => 1,
71  'recompile_search' => 1,
72  'recompile_injections' => 0,
73  'recompile_permalinks' => 1,
74  'recompile_alerts' => 1,
75  'clear_db_cache' => 1,
76  'show_conclusion' => 1,
77  ),
78 
82  'dependencies' => array(
83  ),
84 
88  'language_category' => 'Cheetah Groups',
89 
93  'install_permissions' => array(),
94  'uninstall_permissions' => array(),
95 
99  'install_info' => array(
100  'introduction' => '',
101  'conclusion' => 'inst_concl.html'
102  ),
103  'uninstall_info' => array(
104  'introduction' => '',
105  'conclusion' => 'uninst_concl.html'
106  )
107 );
php
$aConfig
$aConfig
Definition: config.php:8