phpmyadmin/libraries/classes/Controllers/Server
Maurício Meneghini Fauth 9e9611d162
Replace config global with Config singleton
This is as bad as the global variable, however at least will have better
static analysis of it.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-08-15 01:11:54 -03:00
..
Databases Add a isAjax() method to ServerRequest class 2023-07-26 16:01:37 -03:00
Privileges Constructor property promotion - risky 2023-08-14 23:24:49 +01:00
Status Add a isAjax() method to ServerRequest class 2023-07-26 16:01:37 -03:00
Variables Add a Response object to ResponseRenderer class 2023-08-07 22:27:48 -03:00
BinlogController.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
CollationsController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
DatabasesController.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
EnginesController.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
ExportController.php Extract PageSettings dependency from controllers 2023-07-06 20:17:34 -03:00
ImportController.php Replace config global with Config singleton 2023-08-15 01:11:54 -03:00
PluginsController.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
PrivilegesController.php Add a Response object to ResponseRenderer class 2023-08-07 22:27:48 -03:00
ReplicationController.php Create the PhpMyAdmin\Replication namespace 2023-03-20 14:16:01 -03:00
ShowEngineController.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
SqlController.php Extract PageSettings dependency from controllers 2023-07-06 20:17:34 -03:00
UserGroupsController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
UserGroupsFormController.php Add a Response object to ResponseRenderer class 2023-08-07 22:27:48 -03:00
VariablesController.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00