Posts under ‘Code’

CakePHP MenuHelper

Over at www.flipflops.org we’ve just released the code we use to manage menus and sitemaps in our CMS system, built on-top of the CakePHP application development framework.
The Helper is designed to work with data arrays produced from either any $model->find(’threaded’) or from the ‘Tree’ behaviour:
It’s fairly common to want to store hierarchical data in a [...]