![]() |
CodeIgniter Easy Breadcrumb Helper - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: CodeIgniter Easy Breadcrumb Helper (/showthread.php?tid=20239) |
CodeIgniter Easy Breadcrumb Helper - El Forum - 07-02-2009 [eluser]Unknown[/eluser] Hello All! First time poster! Earlier today, I was working on a solution to do breadcrumbs in CI that would persist between controller switches. For whatever reason, I couldn't have a variable in a custom base controller that would be manipulated by derived controllers. After searching the web for a while, I couldn't really find anything that would suit my needs so I decided to build rather than buy (figuratively :cheese: ) I developed this light-weight breadcrumb helper for anyone to use or manipulate however you like as a contribution to the community. Please give me feedback if you have time. It would be greatly appreciated. EDIT: Didn't realize forums here didn't accept PHP attachments. Code converted to text and attached. CodeIgniter Easy Breadcrumb Helper - El Forum - 07-02-2009 [eluser]Johan André[/eluser] cool... atleast I think so... ![]() Could you describe a usage scenario? I understand what breadcrumbs is, but I don't understand why you are storing the array in a session... |