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

后端 未结 3 1857
孤城傲影
孤城傲影 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:07

    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

提交回复
热议问题