自定义 Codeigniter 分页

发布于 2024-08-15 07:15:35 字数 56 浏览 6 评论 0原文

有没有办法让 codeigniter 只显示“旧文章”和“新文章”,而不是显示页码和所有其他内容?

Is there a way that I can make codeigniter only display "« Older Articles" and "Newer Articles »" instead of displaying page numbers and all the other stuff?

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

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

发布评论

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

评论(1

恏ㄋ傷疤忘ㄋ疼 2024-08-22 07:15:35

有两种方法可以实现此目的:

  • 修改 CodeIgniter 的分页类
  • 创建您自己的库类
  • 创建一些函数来实现此目的。

如果你可以修改 CI' 分页类,那就这么做,但我不推荐这样做
因为您可能在其他地方出于相同的目的需要它。

如果可以的话,更好的选择是为此创建自己的库。如果你不能这样做,你可以创建自己的函数来实现这一点。

还要检查以确保互联网丛林中的某个地方可能已经存在这样的东西。

There can be two ways you can achieve that:

  • Modify the CodeIgniter's pagination class
  • Make your own library class
  • Make some function(s) to achieve that.

If you can modify the CI' pagination class, go with that, but I won't recommend that
because you will need it with same purpose elsewhere possibly.

A better option is to create your own library for that if you can. If you can not do so, you are can make your own functions to achieve that.

Also check to make sure that there might be such thing available already somewhere on the internet's jungle.

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