Stored procedure

QuestionsStored procedure
Lars asked 11 years ago

Hello

Can I use PHP Grid Control and stored procedure in mysql to view/edit/delete data? Or can PHP Grid Control only work directly with tables?

Best regard Lars

1 Answers
Abu Ghufran answered 11 years ago

Hello,

SPs are supported using custom events.

You can inject your custom PHP level code to write your own on_update, on_insert and on_delete events.
These events can override base implementation or work as a filter that will call your code before table DML operations.

If you are using licensed version, you can check demos/editing/custom-events.php

Your Answer

0 + 2 =

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?