Re: Organizing hierarchical system with breadcrumb navigation

2009-08-28 Thread geste
Hi, On Aug 27, 10:27 pm, Braindead wrote: > In my opinion using a model for breadcrumbs is bloated. Why don't you > just set the breadcrumbs in the view manually? The HTML helper has two > functions addCrumb and getCrumbs, which makes basic breadcrumbs really > simple. Well, I am using a "menus

Re: Organizing hierarchical system with breadcrumb navigation

2009-08-27 Thread Braindead
In my opinion using a model for breadcrumbs is bloated. Why don't you just set the breadcrumbs in the view manually? The HTML helper has two functions addCrumb and getCrumbs, which makes basic breadcrumbs really simple. --~--~-~--~~~---~--~~ You received this messag

Organizing hierarchical system with breadcrumb navigation

2009-08-27 Thread geste
I have modeled a business system for my department and it includes about 60 tables/models, perhaps 20 of which as simply lookup/reference tables that I would only make available through admin routing. Out of the box, CakePHP organization is pretty "flat" -- views and controllers all lying under t