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 cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---
No comments:
Post a Comment