java - Where does the triggers reside in MVC? -


i in confusion identify role of triggers in mvc pattern, 1 saying triggers operates database , comes under model part , 1 saying triggers controlls data inserted or updated database , comes controller part of mvc. please tell me role of triggers in mvc pattern.

thanks.

when event happens crud operation example, event dispatcher , event handler called action after crud operation. role of triggers

if dealing database , triggers crud operation, triggers belong model layer, controller acts connection between view , model


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -