![]() |
Bearsampp 2025.8.29
|
Public Member Functions | |
__construct ($args) |
Class ActionDebugPostgresql
This class handles the debugging actions for PostgreSQL within the Bearsampp application. It retrieves and displays PostgreSQL command line output based on the provided arguments.
Definition at line 16 of file class.action.debugPostgresql.php.
__construct | ( | $args | ) |
Constructor for ActionDebugPostgresql.
array | $args | An array of arguments where the first element is expected to be a PostgreSQL command. |
This constructor initializes the debugging process for PostgreSQL. It checks the provided arguments, retrieves the command line output for the specified PostgreSQL command, and displays it in a message box.
Global variables used:
Definition at line 31 of file class.action.debugPostgresql.php.
References $bearsamppBins, $bearsamppLang, BinPostgresql\CMD_VERSION, Lang\DEBUG, Lang\DEBUG_POSTGRESQL_VERSION, Util\openFileContent(), and Lang\POSTGRESQL.