I am familiar with using breadcrumbs in cakephp, but yesterday I was
thinking that I want my breadcrumbs to behave "smarter."

So, I have a list of products in a database.  Each product has a
category_id and a city_id.  If I click on product 3, the breadcrumb
looks something like:

Home > City X > Category Y > Product 3

Now, if I click on 'City X', it shows me all products with that
city_id.  Similarly, if I click 'Category Y', it shows me all products
with that category_id.

The "complex" behavior I want to introduce is as follows: if I click
'Category Y', I want it to display all products with that category_id
AND the city_id already defined.  I think that this behavior might
actually require me to develop my controller some more (and possibly a
new view) but I was wondering if something like this can be done with
breadcrumbs.

Thanks,
Dima

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to