Hi All, N00b question I'm sure, as I'm just maintaining someone else's cakephp project, but I've run into a problem:
I have a table that is tied to a model. I've added another column to the end of the table (IsFile tinyint(1)), but after running a model- >findAll($condition) in my controller it doesn't return the new column in any of the objects returned. It returns the exact same data as before, just without the new column. The values for that column have all been set to 0, so it's not null or anything like that. Anyone have any suggestions? Is it possible the previous table layout was cached somewhere and it's using that for the findAll Query? Should I have to specify a field array as a findAll argument to ensure that field is selected? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
