Difference between #4 and #5 of
How to create a breadcrumb widget

Revision #5 has been created by Trejder on Nov 5, 2010, 5:22:15 AM with the memo:

Info about CBreadcrumb
« previous (#4) next (#6) »

Changes

Title unchanged

How to create a breadcrumb widget

Category unchanged

Tutorials

Yii version unchanged

Tags unchanged

Content changed

Here's a simple way to create a breadcrumb widget to be used in your templates. The idea is just to isolate how the breadcrumb is generated based on an array of crumbs. >Info: Please note, that new versions of Yii Framework already contain a bulit-in breadcrumbs widget. See [this class reference chapter](http://www.yiiframework.com/doc/api/1.1/CBreadcrumbs "this class reference chapter") for more information. Information in this article may be, however, usable to build custom one, not descending from bulit-in one.
 
 
**components/BreadCrumb.php:**

```php
<?php
class BreadCrumb extends CWidget {
[...]
10 0
11 followers
Viewed: 84 770 times
Version: 1.1
Category: Tutorials
Tags:
Written by: knut
Last updated by: Yang He
Created on: Mar 19, 2009
Last updated: 12 years ago
Update Article

Revisions

View all history