The $fields array accepts SQL expressions.
Literal values should be quoted manually using Sanitize::escape().
Můžete použít
NOW()
Ale ve vašem případě by to fungovalo také s citací:
"'" . date('Y-m-d H:i:s') . "'"
The $fields array accepts SQL expressions.
Literal values should be quoted manually using Sanitize::escape().
Můžete použít
NOW()
Ale ve vašem případě by to fungovalo také s citací:
"'" . date('Y-m-d H:i:s') . "'"