GlisWeb framework
_src
_config
_130.postgresql.php
Vai alla documentazione di questo file.
1
<?php
2
47
// assegnazione del ruolo di backend a PostgreSQL
48
$cf
[
'postgresql'
][
'backend'
] =
false
;
49
50
// server disponibili
51
$cf
[
'postgresql'
][
'servers'
] = array();
52
53
// profili di funzionamento del sistema
54
$cf
[
'postgresql'
][
'profiles'
][
TESTING
] =
55
$cf
[
'postgresql'
][
'profiles'
][
PRODUCTION
] = NULL;
56
57
// link al profilo corrente
58
$cf
[
'postgresql'
][
'profile'
] = &
$cf
[
'postgresql'
][
'profiles'
][
$cf
[
'site'
][
'status'
] ];
59
60
// connessioni disponibili
61
$cf
[
'postgresql'
][
'connections'
] = array();
62
63
// link alla connessione corrente
64
$cf
[
'postgresql'
][
'connection'
] = NULL;
65
66
?>
$cf
$cf['postgresql']['backend']
Definition:
_130.postgresql.php:48
PRODUCTION
const PRODUCTION
Definition:
_000.debug.php:61
TESTING
const TESTING
Definition:
_000.debug.php:60
Generato Sab 25 Lug 2020 23:06:27 per GlisWeb framework da
1.8.13