php active group

Solutions on MaxInterview for php active group by the best coders in the world

showing results for - "php active group"
Greta
21 May 2016
1$active_group = "";
2$active_record = TRUE;
3// Ale
4$db['ale']['hostname'] = 'localhost';
5$db['ale']['username'] = 'root';
6$db['ale']['password'] = '';
7$db['ale']['database'] = 'eo_ale';
8$db['ale']['dbdriver'] = 'mysql';
9$db['ale']['dbprefix'] = 'ed_';
10$db['ale']['pconnect'] = TRUE;
11$db['ale']['db_debug'] = TRUE;
12$db['ale']['cache_on'] = FALSE;
13$db['ale']['cachedir'] = '';
14$db['ale']['char_set'] = 'utf8';
15$db['ale']['dbcollat'] = 'utf8_general_ci';
16$db['ale']['swap_pre'] = '';
17$db['ale']['autoinit'] = TRUE;
18$db['ale']['stricton'] = FALSE;
19
20
21// Sre
22$db['sre']['hostname'] = 'localhost';
23$db['sre']['username'] = 'root';
24$db['sre']['password'] = '';
25$db['sre']['database'] = 'eo_sre';
26$db['sre']['dbdriver'] = 'mysql';
27$db['sre']['dbprefix'] = 'ed_';
28$db['sre']['pconnect'] = TRUE;
29$db['sre']['db_debug'] = TRUE;
30$db['sre']['cache_on'] = FALSE;
31$db['sre']['cachedir'] = '';
32$db['sre']['char_set'] = 'utf8';
33$db['sre']['dbcollat'] = 'utf8_general_ci';
34$db['sre']['swap_pre'] = '';
35$db['sre']['autoinit'] = TRUE;
36$db['sre']['stricton'] = FALSE;