How to implement bread crumbs on codeigniter?

    2 answers 2

    Try Autocrumb: https://ellislab.com/forums/viewthread/137949/

    • @satanlucas, Try to write more detailed answers. - Nicolas Chabanovsky
    • @Expert ♦♦, a more detailed answer is given by reference. - satanlucas
    • Information on the link can be removed, in this case, your expert opinion can help to understand the problem in the future. - Nicolas Chabanovsky

    I came across the same problem, and decided to write my own library that solves the issue of loading templates and the ability to create bread crumbs (automatically or by myself).

    Link to the library:

    https://github.com/danieltorscho/CI_Template_lib

    Documentation is attached. But exactly what you need:

    $this->template->crumb('E-commerce', 'ecommerce/index'); // 1-я хл.кр. со ссылкой $this->template->crumb('Products', 'ecommerce/products'); // 2-я хл.кр. со сылкой $this->template->crumb('Product #391'); 3-я хл.кр. без ссылки