GlisWeb framework
_380.twig.php
Vai alla documentazione di questo file.
1 <?php
2 
16  // profili di funzionamento di Twig
17  $cf['twig']['profiles'][ DEVELOPEMENT ] =
18  $cf['twig']['profiles'][ TESTING ] = array(
19  'debug' => true
20  );
21  $cf['twig']['profiles'][ PRODUCTION ] = array(
22  'cache' => DIRECTORY_BASE . DIRECTORY_CACHE . 'twig/'
23  );
24 
25  // link al profilo corrente
26  $cf['twig']['profile'] = &$cf['twig']['profiles'][ $cf['site']['status'] ];
27 
28 ?>
const DIRECTORY_CACHE
Definition: _config.php:265
const PRODUCTION
Definition: _000.debug.php:61
const TESTING
Definition: _000.debug.php:60
$cf['twig']['profiles'][DEVELOPEMENT]
Definition: _380.twig.php:17
const DEVELOPEMENT
Definition: _000.debug.php:59
const DIRECTORY_BASE
Definition: _osm.php:3