Cheetah
config.php
Go to the documentation of this file.
1 <?php
2 
8 $aConfig = array(
12  'title' => 'Events',
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/events/',
25  'home_uri' => 'events',
26 
27  'db_prefix' => 'ch_events_',
28  'class_prefix' => 'ChEvents',
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_injections' => 0,
49  'recompile_permalinks' => 1,
50  'recompile_alerts' => 1,
51  'clear_db_cache' => 1,
52  'show_conclusion' => 1,
53  ),
54  'uninstall' => array (
55  'check_dependencies' => 0,
56  'show_introduction' => 0,
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' => 1,
66  'recompile_member_actions' => 1,
67  'recompile_tags' => 1,
68  'recompile_votes' => 1,
69  'recompile_categories' => 1,
70  'recompile_injections' => 0,
71  'recompile_permalinks' => 1,
72  'recompile_alerts' => 1,
73  'clear_db_cache' => 1,
74  'show_conclusion' => 1,
75  ),
76 
80  'dependencies' => array(),
81 
85  'language_category' => 'Cheetah Events',
86 
90  'install_permissions' => array(),
91  'uninstall_permissions' => array(),
92 
96  'install_info' => array(
97  'introduction' => '',
98  'conclusion' => 'inst_concl.html'
99  ),
100  'uninstall_info' => array(
101  'introduction' => '',
102  'conclusion' => 'uninst_concl.html'
103  )
104 );
php
$aConfig
$aConfig
Definition: config.php:8