Can we do transctions over 2 actions in the controller... i mean i have started $db-begin() in one action and i want to commit the data ($db->commit()) in the other action of the same controller.
Can we do transctions over 2 actions in the controller... i mean i have started $db-begin() in one action and i want to commit the data ($db->commit()) in the other action of the same controller.