Download it, build a basic scaffolded system and see if it has what you want. Should only take about 15 mins if your are resonalbly profficient in oo php.
>From memory, using your user hasMany items example, scaffolding will produce a users/view.ctp that list your items underneath the user details with links to edit each item, but the users/edit.ctp does not. Geoff -- http://lemoncake.wordpress.com On Aug 27, 6:28 pm, Adwin Wijaya <[EMAIL PROTECTED]> wrote: > Hi, I am new to cakephp :) > > Is the cakephp scaffolding support for master detail generator ? > forexample i have : > > users --> master > items -> detail ... > > item -> belong_to user > > is it possible to use scaffolding to generate it ? > I want to display user then at the bottom it will generate items that > belong to the user. > > thank you ! > regards > adwin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
