什么是 Doctrine_Collection?
我陷入了 symfony 练习教程的困境,它试图解释executeIndex 函数。不幸的是,它讨论了返回 Doctrine_Collection。
我在网上查看过,无法理解这是什么,我在很多地方看到过它的文档,但没有一个真正解释它的实际含义。
有人可以帮忙吗?
I am getting stuck into the symfony practice tutorial and it is attempting to explain the executeIndex function. Unfortunately it discusses returning a Doctrine_Collection.
I have looked on the net and cannot fathom out what this is, I have seen the documentation for it in lots of places but none of them actually explain what it is in practical terms.
Can anyone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Doctrine_Collection 是 Doctrine ORM 框架的一类: http://www.doctrine-project.org/projects/orm/1.2/docs/manual/component-overview/en#collection
Doctrine_Collection is a class of the doctrine ORM framework: http://www.doctrine-project.org/projects/orm/1.2/docs/manual/component-overview/en#collection