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.
我正在使用 zf2 + 教义 orm 模块进行项目。在layout.phtml我已经加载了用于加载侧边栏新闻的部分侧边栏 phtml。
layout.phtml
我想了解为该 sidebar.phtml 加载新闻的最佳编码解决方案。该新闻列表的查询是否应该在 module.php 中。我怎样才能将它传递给viewmodel。或在 module.php 中加载部分视图数据的任何其他解决方案。
这是关于如何创建自己的视图助手的很好的描述,并讨论了其他解决方案的优缺点:
http://www.michaelgallego.fr/blog/2012/10/06/how-to-replace-the-action-helper-in-zf-2-and-make-great-widgetized-content/