GlisWeb framework
_cartelle.php
Vai alla documentazione di questo file.
1 <?php
2 
14  // inclusione del framework
15  require '../../../_src/_config.php';
16 
17  // ordinamento degli array per la scrittura
18  rksort( $cf );
19  rksort( $ct );
20 
21  // output
22  $tx = NULL;
23 
24  // merge
25  $a0 = array_unique( glob( DIRECTORY_BASE . '*{,/*}{,/*}', GLOB_BRACE | GLOB_ONLYDIR ) );
26 
27  // ordinamenti
28  sort( $a0 );
29 
30  // stampe
31  $tx .= print_r( $a0, true ) . PHP_EOL;
32 
33  // output
34  build( $tx );
35 
36 ?>
if(isset( $cx['contatti'])) if(isset( $cf['site']['contatti'])) $ct['contatti']
Definition: _035.common.php:24
rksort(&$array)
$a0
Definition: _cartelle.php:25
$cf['ricerca']['template']
Definition: _030.common.php:7
const DIRECTORY_BASE
Definition: _osm.php:3
$tx
Definition: _cartelle.php:22
build( $content, $type=MIME_TEXT_PLAIN, $encoding=ENCODING_UTF8, $headers=array())