使用 Code Igniter 制作面包屑的最佳方法是什么?

发布于 2024-11-17 14:37:27 字数 160 浏览 3 评论 0原文

我想知道使用 Code Igniter 制作面包屑的最佳方法是什么。

1:使用 URL 检索字符串

示例:$this->uri->segment(2)

2:您知道另一种方法吗?

我真的很想听听你的意见

I wonder what a best way to make a breadcrumb with Code Igniter.

1 : Retrieve the strings with URL

example : $this->uri->segment(2)

2 : Do you know another way ?

I'd really like to have your opinion

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

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

发布评论

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

评论(4

戴着白色围巾的女孩 2024-11-24 14:37:27

URL 段的使用取决于您的 URL 结构 - 并不总是 1:1 匹配。

http://forum.codeigniter.com/thread-25372.html?highlight= 137949

Using URL segments is specific to how you have your URL structured - there is not always a 1:1 match.

http://forum.codeigniter.com/thread-25372.html?highlight=137949

゛清羽墨安 2024-11-24 14:37:27

如果您想要 100% 匹配并且易于自定义,请使用此:

https://github.com/nobuti/Codeigniter -breadcrumbs

Breadcrumbs 是一个小型库,可帮助您使用 CodeIgniter 管理 HTML 面包屑。

If you want 100% Match and easy to customize use this one :

https://github.com/nobuti/Codeigniter-breadcrumbs

Breadcrumbs is an small library that helps your manage HTML breadcrumbs with CodeIgniter.

不弃不离 2024-11-24 14:37:27

buti 的 Codeigniter-breadcrumbs 库存在一些问题,特别是“unshift”方法以及它如何使用 Codeigniter 的“site_url”方法,而不是为您提供使用“base_url”推送到面包屑的选项。你可以查看我的 fork,因为 buti 的仓库不再被维护(自 2012 年起): https:// github.com/abud/Codeigniter-breadcrumbs

There are some problems with buti's Codeigniter-breadcrumbs library, particularly with the "unshift" method and how it uses Codeigniter's "site_url" method instead of giving you the option to push to breadcrumbs using "base_url". You can check out my fork, since buti's repo is no longer being maintained (since 2012): https://github.com/aburd/Codeigniter-breadcrumbs

安静被遗忘 2024-11-24 14:37:27

请按照以下教程 - 单击此处在 codeigniter 中生成面包屑。

Please the following tutorial - click here to generate the breadcrumb in codeigniter.

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