Hi,
I implementing a "on_field_change" hook. External classes can hook
the DBIC model to observe (usually) status changes and start some
business logic processes. The reason I choose this approach is that
it creates a loosely coupled system, where I can add other components
later without going back and modifying old code.
From my first look through the code, I think the set_column() is the
proper place to do this. But we could set_column() and then not update
().
So update() and look at the dirty columns is probably safer.
If I want to trigger on insert also, I also have to watch for insert().
Another option is to create an InflateColumn::Trigger and use that,
but it might not be what people expect.
Before I start coding, has anybody done this before? Suggestions?
Best regards,
--
Pedro Melo
Blog: http://www.simplicidade.org/notes/
XMPP ID: [EMAIL PROTECTED]
Use XMPP!
_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/dbix-class@lists.rawmode.org/