Search code examples
phpcodeigniterbreadcrumbs

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


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


Solution

  • 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