使用 Codeigniter 进行 MongoDB 切片
我正在使用 Codeigniter 和 Alex Bilbie 出色的 MongoDB 库。我需要做分页 在子文档上。从我读到的内容来看,要使用的函数是 slice 但似乎没有 Alex 的库内置了对此的支持。或者有吗?
感谢所有的投入!
I am using Codeigniter and Alex Bilbie's great MongoDB library. I need to do pagination
on sub documents. From what I read the function to use is slice but there seems to be no
built in support for this in Alex´s library. Or is there?
Thankful for all input!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
今天晚些时候我将在库中为您实现 $slice 运算符。
当它投入使用并经过测试时,我会更新它(以及你在 Github 上的消息)。
亚历克斯
I'll have a go implementing the $slice operator in the library for you later today.
I'll update this (and your message on Github) when it's in and tested.
Alex