phpmyadmin/libraries/classes/Controllers/View
Kamil Tekiela 22cb5f2a84
Remove globals from create controller (#18046)
* $GLOBALS['column_map']
* Replace globals with constants
* $GLOBALS['sep']
* $GLOBALS['arr']
* $GLOBALS['view_columns']
* $GLOBALS['systemDb']
* $GLOBALS['pma_transformation_data']
* $GLOBALS['new_transformations_sql']
* $GLOBALS['view']
* $GLOBALS['item']
* $GLOBALS['parts']
* Add TODO comment

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>

---------

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-02-10 16:17:49 -03:00
..
CreateController.php Remove globals from create controller (#18046) 2023-02-10 16:17:49 -03:00
OperationsController.php Introduce ServerRequest::hasBodyParam() (#17870) 2022-11-05 13:04:45 -03:00