GlisWeb framework
_src
_config
_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
?>
DIRECTORY_CACHE
const DIRECTORY_CACHE
Definition:
_config.php:265
PRODUCTION
const PRODUCTION
Definition:
_000.debug.php:61
TESTING
const TESTING
Definition:
_000.debug.php:60
$cf
$cf['twig']['profiles'][DEVELOPEMENT]
Definition:
_380.twig.php:17
DEVELOPEMENT
const DEVELOPEMENT
Definition:
_000.debug.php:59
DIRECTORY_BASE
const DIRECTORY_BASE
Definition:
_osm.php:3
Generato Sab 25 Lug 2020 23:06:28 per GlisWeb framework da
1.8.13