GlisWeb framework
_190.backend.php
Vai alla documentazione di questo file.
1 <?php
2 
12  // definizione del database di backend
13  if( $cf['postgresql']['backend'] === true ) {
14  define( 'DB_BACKEND' , DB_POSTGRESQL );
15  } elseif( $cf['mssql']['backend'] === true ) {
16  define( 'DB_BACKEND' , DB_MSSQL );
17  } else {
18  define( 'DB_BACKEND' , DB_MYSQL );
19  }
20 
21 ?>
const DB_MYSQL
Definition: _config.php:288
const DB_POSTGRESQL
Definition: _config.php:289
$cf['ricerca']['template']
Definition: _030.common.php:7
if(! isset( $_REQUEST['__view__'][ $ct['view']['id']]['__extra__']['assegnato'])|| $_REQUEST['__view__'][ $ct['view']['id']]['__extra__']['assegnato']=='__me__') elseif($_REQUEST[ '__view__'][$ct[ 'view'][ 'id']][ '__extra__'][ 'assegnato']=='__nessuno__')
const DB_MSSQL
Definition: _config.php:290