I maybe missing the obvious, But can someone please point the right
syntax for
$this->data['User']
['status'] = 'temp';
$this->data['User']['signedup'] = 'CURDATE()';
$this->User->save($this->data)
The above does not save the current date..
ALso I tried
$this->data['User']['signedup'] = '!-CURDATE()';
But the same results
Can anyone help ?
Malcolm
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---