GlisWeb framework
_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['postgresql']['backend']
const PRODUCTION
Definition: _000.debug.php:61
const TESTING
Definition: _000.debug.php:60