为重复对象实现 MVC

发布于 2024-09-07 00:02:13 字数 170 浏览 3 评论 0原文

我有几个对象和一个“模板”来显示这些对象:

Name: $name
Description: $description
Price: $price
Picture: $image

由于对象的数量不同,我如何根据 MVC 模式显示这些对象?我应该将模板包装在函数中并为每个对象调用它吗?

I have several objects and a "template" to display these objects in:

Name: $name
Description: $description
Price: $price
Picture: $image

Since the number of objects varies, how can I display these according to the MVC pattern? Should I wrap the template in a function and call it for each object?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

始于初秋 2024-09-14 00:02:13

如果我误解了这个问题,请对我大喊大叫,但如果我没有,我会创建一个 DisplayItem 类,并让它作为一个模型来插入对象数据,并将 displayItems 的列表或数组交给视图。

please yell at me if I'm misinterpreting the question, but if I'm not, I would create a class DisplayItem, and have it play as a model to plug the object data into, and hand the list or array of displayItems over to the View.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文