Page 1 of 1

bread crumb with out directory

Posted: Tue Sep 25, 2007 2:34 am
by saqib ku
Hi
I want to use bread crumb trail on my site but the problem is that all my files are in the same directory while the most of the crumb trail algorithms use directory structure to creat the trail is there any method. I want to ask that is there any method to implement breadcrumb trail which does not use directory structure.

Posted: Tue Sep 25, 2007 3:40 am
by aceconcepts
If you are using database output then you could create a breadcrumb trail based on your relations keys i.e. parent category -> Sub category -> product etc...

Posted: Tue Sep 25, 2007 5:43 am
by superdezign
The directory structure should help make it more obvious. If there is no parent-child relationship, then there is no need for a breadcrumb.

Posted: Tue Sep 25, 2007 9:31 am
by feyd
Session data wouldn't care, but would require you to manage it yourself.