phpmyadmin/libraries/classes/Controllers/Table
Maurício Meneghini Fauth 1be42d13de
Create the Identifiers\Identifier interface
Changes Dbal\DatabaseName, Dbal\TableName and Triggers\TriggerName to
implements the new Identifier\Identifier interface.
Moves Dbal\DatabaseName, Dbal\TableName and Triggers\TriggerName to the
Identifiers namespace.
Renames the tryFromValue() and fromValue() methods to just tryFrom() and
from() respectively.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-06-01 19:09:25 -03:00
..
Maintenance Create the Identifiers\Identifier interface 2023-06-01 19:09:25 -03:00
Partition Create the Identifiers\Identifier interface 2023-06-01 19:09:25 -03:00
Structure Assume that selected fields/tables are always string 2023-05-25 19:54:36 +01:00
AddFieldController.php Create the Identifiers\Identifier interface 2023-06-01 19:09:25 -03:00
ChangeController.php Implement ColumnFull DTO 2023-05-19 16:29:34 +01:00
ChangeRowsController.php Remove useless foreach 2023-05-11 23:02:29 +01:00
ChartController.php Bettery types for DbiDummy / DummyResult 2023-04-07 21:47:07 +02:00
CreateController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
DeleteConfirmController.php Replace assignments with null coalesce equal operator 2023-02-20 17:03:05 -03:00
DeleteRowsController.php Rename variables to use camel case format 2023-03-26 21:47:50 -03:00
DropColumnConfirmationController.php Create the Identifiers\Identifier interface 2023-06-01 19:09:25 -03:00
DropColumnController.php Add trailing comma for multi-line functions 2023-02-24 20:48:46 -03:00
ExportController.php Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
ExportRowsController.php Remove useless foreach 2023-05-11 23:02:29 +01:00
FindReplaceController.php Remove all new Psalm issues 2023-05-19 16:33:01 +01:00
GetFieldController.php Replace superglobals with serverrequest in GetFieldController with fixes 2023-05-10 23:03:11 +11:00
GisVisualizationController.php Improve FieldMetadata 2023-04-07 21:46:19 +02:00
ImportController.php Improve boolean conditions with arrays (#18417) 2023-05-12 15:16:26 -03:00
IndexesController.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
IndexRenameController.php Use single-line arrays when possible 2023-03-27 17:39:17 -03:00
OperationsController.php $GLOBALS['warning_messages'] 2023-05-27 13:08:54 +01:00
PrivilegesController.php Create the Identifiers\Identifier interface 2023-06-01 19:09:25 -03:00
RecentFavoriteController.php Reduce usage of the containerBuilder global variable 2022-09-29 22:36:46 -03:00
RelationController.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
ReplaceController.php Move buildInsertSqlQuery to Generator 2023-05-23 15:31:46 +01:00
SearchController.php Remove all new Psalm issues 2023-05-19 16:33:01 +01:00
SqlController.php Replace superglobals with serverrequest in controllers 2023-04-12 15:49:31 -03:00
StructureController.php Add missing traversable type hints 2023-04-02 01:32:12 -03:00
TrackingController.php Move the code around 2023-04-07 13:46:26 +01:00
ZoomSearchController.php Remove all new Psalm issues 2023-05-19 16:33:01 +01:00