[Dbix-class] Audit Trails/History Component

Tobias Kremer t at funkreich.de
Thu Aug 31 17:12:46 CEST 2006


Yes, I have it working now using $obj->is_changed() (which does nearly the
same as get_dirty_columns). But I still don't know if it's possible to get
the column data prior to any manipulation so that I can store the original
value and the new value in my history.

Ideas are welcome!

Toby


Zitat von Adam Paynter <adampaynter at gmail.com>:

> You can always call $obj->get_dirty_columns. Is that what you need?
>
> - Adam



More information about the Dbix-class mailing list