2024.8.23
|
Public Member Functions | |
__construct ($args) | |
Class ActionDebugMysql
This class handles the debugging actions for MySQL within the Bearsampp application. It executes specific MySQL commands and displays the output in a message box or editor.
Definition at line 16 of file class.action.debugMysql.php.
ActionDebugMysql::__construct | ( | $args | ) |
Constructor for ActionDebugMysql.
array | $args | An array of arguments specifying the MySQL command to execute. |
This constructor initializes the debugging process for MySQL based on the provided arguments. It supports commands for retrieving the MySQL version, variables, and performing a syntax check. The output is displayed in a message box or editor based on the command.
Definition at line 27 of file class.action.debugMysql.php.
References $bearsamppBins, $bearsamppLang, BinMysql\CMD_SYNTAX_CHECK, BinMysql\CMD_VARIABLES, BinMysql\CMD_VERSION, Lang\DEBUG, Lang\DEBUG_MYSQL_SYNTAX_CHECK, Lang\DEBUG_MYSQL_VARIABLES, Lang\DEBUG_MYSQL_VERSION, Lang\MYSQL, and Util\openFileContent().