actions

Update Multiple Records using Multi-Actions in CakePHP

In this CakePHP tutorial I will explain how to update multiple records in a single action. This will typically be used as an extension to the index views in your application, allowing a user to select which rows they would like to update, and then performing an action.
Syndicate content