I'll guess that you're referring to the foreign key(s) in your model. If you want the "name" or whaever from the associated model you'll either have to ensure it's fetched (recursive, contain, etc.) and look in $this->data['AssocModel'][...].
On Tue, May 5, 2009 at 1:13 AM, programguru <[email protected]> wrote: > > > does anyone know why the values being pulled into my index view are id values > as opposed to the literal string value of the field? > -- > View this message in context: > http://www.nabble.com/index-view-values-showing-as-id-value-and-not-string-value-tp23381141p23381141.html > Sent from the CakePHP mailing list archive at Nabble.com. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
