phpmyadmin/libraries/classes/Database
Kamil Tekiela 7a22334167
Designer controller globals (#17985)
* Remove globals from DesignerController
* Remove $GLOBALS['params'] in ManageController
* Remove $GLOBALS['params']
* Remove $GLOBALS['total_num_tables']
* Remove $GLOBALS['tooltip_truename']
* Remove $GLOBALS['tooltip_aliasname']
* Remove $GLOBALS['pos']
* Remove $GLOBALS['tables'] (partially)
* Remove $GLOBALS['num_tables'] (partially)
* Remove redundant calls to Util::getDbInfo()
* Move unrelated functionality out of getDbInfo()
* Extract new method getTableListPosition()
* Code style changes
* Update phpstan-baseline.neon

Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-01-26 22:58:24 -03:00
..
Designer Extract connection type constants to the Connection class 2023-01-17 02:21:27 -03:00
CentralColumns.php Extract connection type constants to the Connection class 2023-01-17 02:21:27 -03:00
Designer.php Designer controller globals (#17985) 2023-01-26 22:58:24 -03:00
Events.php Minor stylistic changes (#17865) 2022-11-05 12:55:44 -03:00
MultiTableQuery.php Improve type inference in getTables() 2022-12-19 23:29:25 +00:00
Qbe.php Various refactorings 2 (#17965) 2022-12-24 12:54:23 -03:00
Routines.php Minor stylistic changes (#17865) 2022-11-05 12:55:44 -03:00
Search.php Refactor Database Search (#17962) 2022-12-15 13:43:29 -03:00
Triggers.php Minor stylistic changes (#17865) 2022-11-05 12:55:44 -03:00