Breadcrumbs logic in MVC applications

Posted by shazarre on Stack Overflow See other posts from Stack Overflow or by shazarre
Published on 2010-06-12T13:13:32Z Indexed on 2010/06/12 13:22 UTC
Read the original article Hit count: 207

Filed under:
|
|
|

Hi,

where, in your opinnion, should a breadcrumbs path be declared (in other words, in which letter of MVC)? So far I've been declaring it in Controllers, but I've recently started to work with CakePHP, where it is all made in Views and it surprised me.

I'm just curious of your opinions.

© Stack Overflow or respective owner

Related posts about php

Related posts about mvc