Best solution for managing navigation (and marking currently active item) in CakePHP

Posted by Nathan on Stack Overflow See other posts from Stack Overflow or by Nathan
Published on 2010-01-17T08:07:48Z Indexed on 2010/03/23 20:03 UTC
Read the original article Hit count: 296

Filed under:
|
|
|
|

So I have been looking around for a couple hours for a solid solution to handling site navigation in CakePHP. Over the course of a dozen projects, I have rigged together something that works for each one, but what I'm looking for is ideally a CakePHP plugin that handles the following:

  • Navigation Model
  • Component for handing off to the view
  • Element View Helper for displaying the navigation (with control over sublevels displayed and automatically determining the "active" item based on URL and/or controller/model/slug
  • Admin pages for managing a tree of navigation

Any suggestions for an all-in-one solution or even the individual components would be very appreciated! Or even suggestions on how you have handled it in the past

© Stack Overflow or respective owner

Related posts about cakephp

Related posts about navigation