I noticed that every newly created model instance will be populated with default values specified in the database automatically. But I don’t want this when creating new model instances on “search” scenario. Then how to call CModel::unsetAttributes() automatically on the newly created instance? Currently I put