run sql query after delete a record

Questionsrun sql query after delete a record
pascal asked 9 years ago

Hello,

I have to fire a query after a record is deleted.
is there something like after_delete

3 Answers
Abu Ghufran answered 9 years ago

Just like on_delete, you can also use on_after_delete event in exactly same way.

pierre mata answered 4 years ago

how is that?? run the code before deleteĀ  event

Abu Ghufran Staff answered 4 years ago

Hello,

The on_delete event is executed before the delete operation of datagrid.

https://www.phpgrid.org/docs/grid-events/

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

11 + 15 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?