2

I search a way to randomize the order of tx_news article.

Is it possible without changing the NewsRepository.php?

If not, what would be the best way to add a random order?

4

1 回答 1

0

新闻在其存储库中没有这种可能性。

假设您很可能希望在每个页面视图中使用随机顺序......我建议使用...... JavaScript。否则,您将需要使用非缓存的内容或页面,这会影响您的性能。

当然,您可以创建自定义扩展,在其中您可以扩展存储库类以添加缺少的方法并在模板中呈现,无论如何,在这种情况下,我还建议使用 JS 支持它以获得更好的性能。

于 2015-02-03T17:24:44.503 回答