⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

mysql trigger



unni

unni
  • profile picture
  • Member

Posted 18 February 2015 - 07:09 AM

How can i use a mysql trigger when using grocery crud?


Amit Shah

Amit Shah
  • profile picture
  • Member

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.