Ronny - 2017-08-30 10:04:23
Hello,
i dont want to output the debug by default. I want the user to choose if the dialog should be displayed or not by a form (checkbox). If the box is checked , the debug should be 1, otherwise 0.
$validator->debug=1;
How can i build this in php?
Thanks!