Hey guys, I'm new to cakePHP and I love it. But I have ran in to a little snag with the auto-baked views.
In them, I have a drop-down list which shows what group or client a certain user is to be associated with (when creating new user account). The issue... is that in on view the drop-down list box shows the name of the items, but in other places it shows the ID's How do I get it to show the names? I've looked at the model's and they appear to be correct - so maybe I chose the wrong datatype when adding data validation to the views? I've also made sure that my DB rows are following the cakePHP naming conventions. I could always manually re-write the particular view, but for the future... I would like to no have to do this. Thanks in advance :-) Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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
