breadcrumbs

Page Breadcrumb Links in CakePHP

I wanted to make a quick and easy breadcrumb that worked with a simple array.

The breadcrumb is an array containing multiple links from html_helper::link().

basic custom breadcrumbs settings

I know custom breadcrumbs can do a lot, but this is a quick example of how to use it.