He Jeff, I can point you in the right direction on a few of these.
Drop downs are generally created using helpers, specifically: HtmlHelper::selectTag with 2nd param being: array $optionElements Array of the OPTION elements (as 'value'=>'Text' pairs) to be used in the SELECT element But of course, if you're using scaffolding, you won't have a proper view to use these in! Indeed, as with your last point, I think your only solution is to move onto creating your own MVC classes. You don't have to start this from scratch though - Cake comes with a command line php script called Bake, which essentially makes models/views/controllers which behave like scaffolding, ready for you to customize. Good luck! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
