I just begin with YII. I wish my applicattion to show crumbs in this layout.
My doubt: My DIV#crumb is written in Layouts/main.php. How could I work with it dinamically? How could I set my crumbs links dinamically? Should I do it in Layout as MainMenu? Should I try send information throught controller?
Is my crumb in the right place? Should it work as a element that requires a controller action?
Yes, your crumb could be designed as a widget that is similar as MainMenu. You supply dynamic links to the crumb by configuring it in the layout. How to obtain those dynamic links depends on your actual design, though.
Guys, I resolved it wrinting my application navigation as a hierarchical array. So I get the current controller and action and take it an array in the view.
Its not so gud as I wish it could be but Ill try to make it better and post it on.