php - Using Zend tableGateway to INSERT on one table and UPDATE another -
supose have module called orders, when adds, should update value on module (table of module), , orders include id of other module table. plan on doing zend's tablegateway, have no idea how alter other table.
well, can trigger event after order insert. in second module create listener order insert event.
Comments
Post a Comment