GlisWeb framework
_articoli.gestione.sem.php
Vai alla documentazione di questo file.
1 <?php
2 
12  // tabella del modulo
13  $ct['etc']['subtable'] = 'contenuti';
14 
15  // integro le lingue mancanti
16  foreach( array_column( $cf['localization']['languages'], 'id' ) as $l ) {
17  if( ! isset( $_REQUEST[ $ct['etc']['table'] ][ $ct['etc']['subtable'] ] ) ||
18  ! in_array( $l, array_column( $_REQUEST[ $ct['etc']['table'] ][ $ct['etc']['subtable'] ], 'id_lingua' ) ) ) {
19 
20  // integro la lingua mancante
21  $_REQUEST[ $ct['etc']['table'] ][ $ct['etc']['subtable'] ][]['id_lingua'] = $l;
22 
23  }
24  }
25 
26 ?>
$cf['ricerca']['template']
Definition: _030.common.php:7
$ct['etc']['subtable']
$_REQUEST['__view__'][ $ct['view']['id']]['__restrict__']['id_progetto']['EQ']