To Submit Current timestamp in cakephp use
DboSource::expression('NOW()');
example
DboSource::expression('NOW()');
example
$this->data['SomeModel']['your_datetime_field'] = DboSource::expression('NOW()');
$this->Model->save($this->data);
i was searching for cakephp web development and find your post and must say thanks for the update.
ReplyDeleteYour Welcome Adney :)
ReplyDelete