Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Tracking changes on a model with a history observer
  • I'm trying to track changes on a model with an observer which uses the get_diff method. My problem is that I also use the typing observer which casts the properties to the specified data type and these casts are changing my model as well. Is there any chance to get rid of these changes that I only get the values which are really changed, for example by "resetting" the model after casting the properties?

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!