Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

richarddavey/codeigniter-breadcrumb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

CodeIgniter-Breadcrumb

CodeIgniter-Breadcrumb is a library that helps your build HTML breadcrumbs with CodeIgniter.

Requirements

  • CodeIgniter 2.0.x

Example

// load libary
$this->load->library('breadcrumb');

// add breadcrumbs
$this->breadcrumb->appendCrumb('Home', '/');
$this->breadcrumb->appendCrumb('Page', '/page');

// put this line in view to output
$this->breadcrumb->output();

About

Breadcrumb generating library for CodeIgniter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages