Update Multiple Records
DataMgr now lets you update multiple records at one time with the updateRecords() method (thanks to John Whish).
Arguments
- tablename (required): The name of the table on which you want to update records.
- data_set (optional): A structure of fields with data that you want to update (see Get Records).
- data_where (optional): A structure of fields defining the records that you want to update (see Get Records).
- filters (optional): An array of structure defining the records that you want to update.