Changes between Initial Version and Version 1 of Ticket #25086


Ignore:
Timestamp:
Jul 8, 2015, 11:29:04 PM (9 years ago)
Author:
Yoong Kang Lim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25086 – Description

    initial v1  
    11Sometimes 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.
    22
    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 field with many fields.
     3I 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.
Back to Top