Home

Welcome to the Wiki of CIjCrumb, the easy jQuery BreadCrumb-Helper for CodeIgniter.

How it works

The CIjCrumb was developed to easily enhance your CodeIgniter Application. It takes the current Page-Url and automatically builds the Breadcrumb out of it:

http://www.example.com/index.php/blog/1/my_first_entry

Home > Blog > 1 > My First Entry

Yep, it's that simple... And you only have to put a single line of code in your View-File. And with the right configuration you can easily hide numbers and rename or hide names. You can find all features here.

Versions

  CIjCrumb *Light* CIjCrumb *Full*
Latest Release 1.0.0 1.0.0
Status not yet released not yet released
Source Code    
Requirements CodeIgniter 2.0.0 or newer
PHP 5.1.6 or newer
CodeIgniter 2.0.0 or newer
PHP 5.1.6 or newer
jQuery 1.4.1 or newer 
Getting started Step 1: Download
Step 2: Install
Step 3: Configure
Step 4: Run it! 
Step 1: Download
Step 2: Install
Step 3: Configure
Step 4: Run it! 
Description Pure PHP-Implementation of a
breadcrumb helper
Based on the Light-Version but
enhanced with a jQuery Plugin
for better handling 

The Origin

Ardinoto Wahono already created "Autocrumb, a lightweight breadcrumb helper". I also used it, but didn't really understood what his code was doing. After trying to change a couple of things I got lost. So please note, that most ideas for features come from Autocrumb, but I completely rewrote the helper. This way I could clean up the code and I know what's happening where. CIjCrumb doesn't cover all features of Autocrumb, but most of them. Please open a ticket if you miss a feature.