How can i use a mysql trigger when using grocery crud?
mysql trigger
- Single Page
Posted 18 February 2015 - 07:09 AM
Posted 18 February 2015 - 08:23 AM
mysql trigger is an event driven stuff and it will be executed @server side (mysql server) .. i dont believe you invoke them programatically.. and hence there should be no problem using GC along with the triggers.
GC is just going to create you a CRUD interface / code @runtime.. the trigger will get executed as and when the relevant event gets triggered on the same.