The $fields array accepts SQL expressions.
Literal values should be quoted manually using Sanitize::escape().
Puoi usare
NOW()
Ma, nel tuo caso, funzionerebbe anche con le virgolette:
"'" . date('Y-m-d H:i:s') . "'"
The $fields array accepts SQL expressions.
Literal values should be quoted manually using Sanitize::escape().
Puoi usare
NOW()
Ma, nel tuo caso, funzionerebbe anche con le virgolette:
"'" . date('Y-m-d H:i:s') . "'"