Cheetah
config.php
Go to the documentation of this file.
1 <?php
2 
8 $aConfig = array(
12  'title' => 'Cheetah connect',
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/cheetah_connect/',
25  'home_uri' => 'dolphcon',
26 
27  'db_prefix' => 'ch_dolphcon_',
28  'class_prefix' => 'ChDolphCon',
29 
33  'install' => array(
34  'check_dependencies' => 0,
35  'show_introduction' => 0,
36  'change_permissions' => 0,
37  'execute_sql' => 1,
38  'update_languages' => 1,
39  'recompile_main_menu' => 0,
40  'recompile_member_menu' => 0,
41  'recompile_site_stats' => 0,
42  'recompile_page_builder' => 0,
43  'recompile_profile_fields' => 1,
44  'recompile_comments' => 0,
45  'recompile_member_actions' => 0,
46  'recompile_tags' => 0,
47  'recompile_votes' => 0,
48  'recompile_categories' => 0,
49  'recompile_search' => 0,
50  'recompile_browse' => 0,
51  'recompile_injections' => 0,
52  'recompile_permalinks' => 1,
53  'recompile_alerts' => 1,
54  'recompile_global_paramaters' => 1,
55  'clear_db_cache' => 1,
56  'show_conclusion' => 0,
57  ),
58  'uninstall' => array (
59  'check_dependencies' => 0,
60  'show_introduction' => 0,
61  'change_permissions' => 0,
62  'execute_sql' => 1,
63  'update_languages' => 1,
64  'recompile_main_menu' => 0,
65  'recompile_member_menu' => 0,
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_browse' => 0,
76  'recompile_injections' => 0,
77  'recompile_permalinks' => 1,
78  'recompile_alerts' => 1,
79  'recompile_global_paramaters' => 1,
80  'clear_db_cache' => 1,
81  'show_conclusion' => 0,
82  ),
83 
87  'dependencies' => array(),
88 
92  'language_category' => 'Cheetah Connect',
93 
97  'install_permissions' => array(),
98  'uninstall_permissions' => array(),
99 
103  'install_info' => array(
104  'introduction' => '',
105  'conclusion' => '',
106  ),
107  'uninstall_info' => array(
108  'introduction' => '',
109  'conclusion' => '',
110  )
111 );
php
$aConfig
$aConfig
Definition: config.php:8