TYPO3 9: debugging routeEnhancer

Since Version 9 is the first one to no longer need realurl, there will be a need to debug the routeEnhancer in the core. Very useful files are: typo3/sysext/core/Classes/Routing/PageRouter.php -> generateUri typo3/sysext/extbase/Classes/Routing/ExtbasePluginEnhancer.php -> enhanceForGeneration

doctrine-dbal example

For this blog I needed the 10 most used tags (tag) with a count of the entries (entry) assigned to each tag. I used the chance to make myself familiar with doctrine-dbal, since with the upcoming TYPO3 9 the good old TYPO3_DB will no longer be […]