TYPO3 6.1
I wanted to call some function on opening of extbase news list view.
For example, if the url to list view contains tx_news_pi1[overwriteDemand][tags]=1
, then I want to update that "tags" count by 1 in database.
How this could be possible ? Any help ?