php - Using Zend tableGateway to INSERT on one table and UPDATE another ← (PHP)

one text

Solution:

Well, you can trigger an event after order insert. In your second module create an listener for your order insert event.

Source