I wonder what a best way to make a breadcrumb with Code Igniter.
1 : Retrieve the strings with URL
example : $this->uri->segment(2)
$this->uri->segment(2)
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