Changes between Initial Version and Version 1 of Ticket #25086
- Timestamp:
- Jul 8, 2015, 11:29:04 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25086 – Description
initial v1 1 1 Sometimes we have an unpersisted model instance generated from, say, a factory. Before saving this to the database, we might want to do some additional processing to update the fields. 2 2 3 I think it's a good idea to provide a helper method in the Model class to mass update the fields, particularly if it's a fieldwith many fields.3 I think it's a good idea to provide a helper method in the Model class to mass update the fields, particularly if it's a model with many fields.