http://www.symfony-project.org/forum/index.php?t=msg&goto=23131&#msg_23131
I want to do several things after saving a record, eg.
I've done the 1st step in actions/actions.class.php then I realized that if I want to do them all, that's not the best place.
What's the best place for such post processing? what are the recommended approaches for above post processing?
PS.
I've created a file:
apps/my_app/modules/my_mod/templates/saveSuccess.php
but it isn't used at all.
> I want to do several things after saving a record, eg. > > - update another table according to the latest update > - send email notifications, etc > - then redirect to another place > > What's the best place for such post processing?
hmm, seems that
documented on: 06 March 2007, sfxpt