What is the best way to make a breadcrumb with Code Igniter?

后端 未结 3 1876
孤城傲影
孤城傲影 2020-12-30 10:53

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

1 : Retrieve the strings with URL

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

<
3条回答
  •  无人及你
    2020-12-30 11:13

    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

提交回复
热议问题