* public function behaviors(){ * return array( * 'CTimestampBehavior' => array( * 'class' => 'zii.behaviors.CTimestampBehavior', * 'createAttribute' => 'create_time_attribute', * 'updateAttribute' => 'update_time_attribute', * ) * ); * } *