|
Hi, can anyone advise me on how to use the I tried this in a class where I have created an Adminer customization but it doesn't work for me: class Customizations extends Adminer\Plugin {
function show_variables() {
return []; //some custom values
}
} |
Answered by
vrana
Oct 26, 2025
Replies: 3 comments 2 replies
|
Only methods in the |
1 reply
|
Users will still be able to see them via a SQL command. Are you fine with that? |
1 reply
|
I've added customizable methods |
0 replies
Answer selected by
Dragsio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've added customizable methods
showVariables()andshowStatus().