Revision #11 was created by Narretz on Apr 4, 2012, 4:11:57 PM.
I added a reference to the CTimestampBehavior as a third possibility.
Content
There are many ways to automate the setting of timestamps in yii ActiveRecord models. Two of them ahree are presented here:
1. Via rules()
2. Via beforeSave()
3. Via CTimestampBehavior (zii)
To start off we need to create a database table.
[...]
These are simple and elegant solutions to this issue.
The third possibility is to use CTimestampBehavior in your models. You can read about this in the API documentation: