atk4 / data

Data Access PHP Framework for SQL & high-latency databases
https://atk4-data.readthedocs.io
MIT License
273 stars 46 forks source link

Update docs about dirty fields and after save hook #1131

Closed PhilippGrashoff closed 1 year ago

PhilippGrashoff commented 1 year ago

related with https://github.com/atk4/data/issues/1130

The old PHPDoc implied that $dirty data was available in Model::HOOK_AFTER_SAVE spot. This is not the case.