GlisWeb framework

◆ $ct [3/3]

$ct[ 'etc'][ 'task_backlog']
Valore iniziale:
$cf['mysql']['connection'],
'SELECT id, concat(cliente,\' | \', progetto,\' | \',nome ,\' | \',responsabile,\' | \',ore_previste,\' h\' ) AS __label__ FROM task_view '.
'WHERE ((anno_previsto <> ? AND settimana_prevista <> ?) OR (anno_previsto = ? AND settimana_prevista > ?) OR ( anno_previsto IS NULL OR settimana_prevista IS NULL ) ) AND timestamp_completamento IS NULL '.
'ORDER BY __label__, id_priorita DESC ',
array(
array( 's' => date( 'Y', strtotime( 'monday this week' ) ) ),
array( 's' => date( 'W', strtotime( 'monday this week' ) ) ),
array( 's' => date( 'Y', strtotime( 'monday this week' ) ) ),
array( 's' => date( 'W', strtotime( 'monday this week' ) ) )
)
)
mysqlQuery( $c, $q, $p=false, &$e=array())
$cf['ricerca']['template']
Definition: _030.common.php:7

Definizione alla linea 34 del file _progetti.analisi.php.