Cheetah
config.php
Go to the documentation of this file.
1 <?php
2 
8 $aConfig = array(
12  'title' => 'News',
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/news/',
25  'home_uri' => 'news',
26 
27  'db_prefix' => 'ch_news_',
28  'class_prefix' => 'ChNews',
32  'install' => array(
33  'show_introduction' => 1,
34  'change_permissions' => 0,
35  'execute_sql' => 1,
36  'update_languages' => 1,
37  'recompile_global_paramaters' => 1,
38  'recompile_main_menu' => 1,
39  'recompile_member_menu' => 1,
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  'show_introduction' => 1,
57  'change_permissions' => 0,
58  'execute_sql' => 1,
59  'update_languages' => 1,
60  'recompile_global_paramaters' => 1,
61  'recompile_main_menu' => 1,
62  'recompile_member_menu' => 1,
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  ),
81  'dependencies' => array(),
85  'language_category' => 'Cheetah News',
89  'install_permissions' => array(),
90  'uninstall_permissions' => array(),
94  'install_info' => array(
95  'introduction' => 'inst_intro.html',
96  'conclusion' => 'inst_concl.html'
97  ),
98  'uninstall_info' => array(
99  'introduction' => 'uninst_intro.html',
100  'conclusion' => 'uninst_concl.html'
101  )
102 );
php
$aConfig
$aConfig
Definition: config.php:8