The $fields array accepts SQL expressions.
Literal values should be quoted manually using Sanitize::escape().
Du kan använda
NOW()
Men i ditt fall skulle det också fungera med citatet:
"'" . date('Y-m-d H:i:s') . "'"
The $fields array accepts SQL expressions.
Literal values should be quoted manually using Sanitize::escape().
Du kan använda
NOW()
Men i ditt fall skulle det också fungera med citatet:
"'" . date('Y-m-d H:i:s') . "'"