Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 Kohana 网站上包含面包屑,并希望看到一个小片段/实现示例,例如控制器、视图。
我喜欢使用会话变量的想法,您不断将当前页面附加到列表的末尾。然后,您只需将会话变量的最后 x 个条目显示为最新的面包屑。这更像是最近的历史,但除此之外,您必须自己制作一些东西。