GlisWeb framework
Variabili
Riferimenti per il file _video.gestione.php

Vai al codice sorgente di questo file.

Variabili

 $ct ['etc']['table'] = 'video'
 
 $ct ['etc']['id_pagina'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM pagine_view' )
 
 $ct ['etc']['id_evento'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM eventi_view' )
 
 $ct ['etc']['id_prodotto'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM prodotti_view' )
 
 $ct ['etc']['id_categoria_prodotti'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM categorie_prodotti_view' )
 
 $ct ['etc']['id_ruolo'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM ruoli_video_view' )
 
 $ct ['etc']['id_tipologia_embed'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM tipologie_embed_view' )
 
 $ct ['etc']['id_anagrafica'] = mysqlQuery( $cf['mysql']['connection'], 'SELECT id, __label__ FROM anagrafica_view' )
 

Descrizione dettagliata

Da fare:
documentare

Definizione nel file _video.gestione.php.