Search found 1 match
- 2013-06-27 14:26
- Forum: Advanced Customizations > Hooks
- Topic: tablename_init() hook
- Replies: 1
- Views: 2533
tablename_init() hook
appGiniForum.jpg Is it possible to use tablename_init() hook to update data. EstimateItem is child table of Product and EstimateForm When update Product.price will use below script to update EstimateItem contains updated Product. function Product_after_update($data, $memberInfo, &$args){ // update ...