Vai alla documentazione di questo file. 13 $ct[
'view'][
'table'] =
'contatti';
16 $ct[
'view'][
'cols'] = array(
19 'timestamp_inserimento' =>
'data',
25 $ct[
'view'][
'class'] = array(
26 'nome' =>
'text-left',
38 if(!empty(
$ct[
'view'][
'data'])){
39 foreach (
$ct[
'view'][
'data'] as &$row ){
40 if ( ! empty($row[
'timestamp_inserimento']) ) {$row[
'timestamp_inserimento'] = date(
'd/m/Y', $row[
'timestamp_inserimento'] );}