Comparing
#4 with
#5
Revision #5 was created by
samdark on Aug 28, 2011, 2:24:12 AM.
added note about CTimestampBehavior
Content
> Note: currently a variant of this class `CTimestampBehavior` is included into Yii distribution package.
This behavior will automatically set timestamp fields to the row creation and modification times.
```php
<?php
class AutoTimestampBehavior extends CActiveRecordBehavior {[...]