Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
打字稿3 6.1
我想在打开 extbase 新闻列表视图时调用一些函数。
例如,如果列表视图的 url 包含tx_news_pi1[overwriteDemand][tags]=1,那么我想将数据库中的“标签”计数更新为 1。
tx_news_pi1[overwriteDemand][tags]=1
这怎么可能?有什么帮助吗?
如果你只是扩展你需要的类?
config.tx_extbase { objects { Tx_FooExt_Controller_OriginalController.className = Tx_MyExt_Controller_OtherController } }
它看起来像最简单的方法。
最简单的方法是通过 TS 添加一个简单的用户函数并在那里执行