SimplePie html rssfeeds Codeigniter
我想问一下,我有一个 div,想放置来自 BBC 或 CNN 的 RSS 提要。现在可以了,但我想对传入的提要进行分页,一次显示 5 个提要,单击链接时显示其他提要。
我现在开始编写代码,但我希望我能得到灵感或者有一个可以从中收集的例子。
I wanted to ask, I have a div that I would want to place RSS feeds from the BBC or CNN. Now that works but I wanted to paginate the feeds that come in, display 5 at a time with the others showing when the links are clicked.
I am starting to write the code now but I was hoping I would get either inspiration or have an example I could glean from.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用过 Haughin 的 Simple CodeIgniter 库。使用起来非常简单。
您可以在此处查看代码。
I've used Haughin's Simple CodeIgniter Library. It's very simple to use.
You can check out the code here.
看看 SimplePie RSS 类和 CodeIgniter< /a>,另请检查 SimplePie 插件和集成 和 SimplePie CodeIgniter Library,多学习,自学。
Take a look at SimplePie RSS class and CodeIgniter, also check SimplePie Plugins and Integration and SimplePie CodeIgniter Library, study more and learn it by yourself.