using the tree behavior (core behavior, read the manual) , you can pull out a nicely structured tree of data.
you can then wrap some <ul>/<li> tags around it to make a HTML list... most javascript/jquery menu's I've seen take these tags and build you a nice menu based on data stored in your db... that what you need? On Wed, Sep 7, 2011 at 12:05 PM, Richardus Ari P <[email protected]>wrote: > please give me tutorial about helper tree_utility..... > i am make menus in web but i have not idea.. > > > On 6 Sep, 18:58, AD7six <[email protected]> wrote: > > On Sep 6, 11:52 am, Richardus Ari P <[email protected]> wrote: > > > > > can give me some example helper tree_utility in cakephp???????? > > > > yes > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group > at http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
