Revision #7 has been created by mishhh on Feb 21, 2009, 1:03:07 PM with the memo:
changed title for organizing purpose
« previous (#6) next (#8) »
Changes
Title
changed
AHow to automate timestamps in ActiveRecord models
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
Content
unchanged
[...]
$this->modified = new CDbExpression('NOW()');
return parent::beforeSave();
}
These are simple and elegant solutions to this issue.