Cheetah
config.php
Go to the documentation of this file.
1 <?php
2 
8 $aConfig = array(
12  'title' => 'Forum',
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/forum/',
25  'home_uri' => 'forum',
26 
27  'db_prefix' => 'ch_forum_',
28  'class_prefix' => 'ChOrca',
32  'install' => array(
33  'check_requirements' => 1,
34  'show_introduction' => 1,
35  'change_permissions' => 1,
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' => 0,
44  'recompile_member_actions' => 0,
45  'recompile_tags' => 0,
46  'recompile_votes' => 0,
47  'recompile_categories' => 0,
48  'recompile_search' => 0,
49  'recompile_injections' => 0,
50  'recompile_permalinks' => 0,
51  'recompile_alerts' => 0,
52  'clear_db_cache' => 1,
53  'show_conclusion' => 1
54  ),
55  'uninstall' => array (
56  'show_introduction' => 1,
57  'change_permissions' => 0,
58  'execute_sql' => 1,
59  'update_languages' => 1,
60  'recompile_main_menu' => 1,
61  'recompile_member_menu' => 0,
62  'recompile_site_stats' => 1,
63  'recompile_page_builder' => 1,
64  'recompile_profile_fields' => 0,
65  'recompile_comments' => 0,
66  'recompile_member_actions' => 0,
67  'recompile_tags' => 0,
68  'recompile_votes' => 0,
69  'recompile_categories' => 0,
70  'recompile_search' => 0,
71  'recompile_injections' => 0,
72  'recompile_permalinks' => 0,
73  'recompile_alerts' => 0,
74  'clear_db_cache' => 1,
75  'show_conclusion' => 1
76  ),
80  'dependencies' => array(),
81 
85  'language_category' => 'Cheetah Forum',
86 
90  'install_permissions' => array(
91  'writable' => array(
92  'classes',
93  'conf',
94  'layout',
95  'log',
96  'js',
97  'cachejs',
98  'data/attachments',
99  ),
100  'executable' => array(),
101  ),
102  'uninstall_permissions' => array(),
106  'install_info' => array(
107  'introduction' => 'inst_intro.html',
108  'conclusion' => 'inst_concl.html'
109  ),
110  'uninstall_info' => array(
111  'introduction' => 'uninst_intro.html',
112  'conclusion' => 'uninst_concl.html'
113  )
114 );
php
$aConfig
$aConfig
Definition: config.php:8