Innovation Award
 April 2008
Number 6 |
Breadcrumbs are a common Web design pattern used by many sites to let the users know where they are in the site.
This class implements an interesting solution to simplify the generation of breadcrumb based Web interfaces.
It uses a convention that consists on using the current page URL and split it in parts that define links to the to each page in a breadcrumbs navigation bar.
This way the class can automatically generate a breadcrumbs navigation bar just by looking at the current page URL.
Manuel Lemos |
This class can be generate breadcrumbs links generated from the current page URL.
It takes the current site URL and splits it pieces using the slash character as separator.
The class generates links to parent pages of the current page considering each piece of the URL delimited by the directory slashes.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.