http://www.php.net/manual/it/languag...comparison.php operatore ternarioCodice PHP:if ( isset( $options['select'] ) ) {
$options['select'] = $options['select'];
} else {
$options['select'] = TRUE;
}
http://www.php.net/manual/it/languag...comparison.php operatore ternarioCodice PHP:if ( isset( $options['select'] ) ) {
$options['select'] = $options['select'];
} else {
$options['select'] = TRUE;
}
Questa volta, più che un voto.. è favoreggiamento.