robwilkerson / CakePHP-Audit-Log-Plugin

Records changes made to an object during CRUD operations.
104 stars 78 forks source link

Moving code away from the Behavior into the Model #103

Open ravage84 opened 8 years ago

ravage84 commented 8 years ago

As mentioned in https://github.com/robwilkerson/CakePHP-Audit-Log-Plugin/pull/102#issue-177548930, I am planning to move as much as possible code away from the behavior into the model(s).

This should make the whole plugin code much cleaner and more re-usable.