Hi guys, There seems to be something incorrectly happening with model association calls and the naming of the resulting record arrays. If I have a Model called LayoutModel with $name = 'Layout', then naturally all the findAll calls etc will give me a resultset with the array keys as 'Layout'.
However, when one does a call through an associated model like PageModel which has in my example a belongsTo association to LayoutModel, the layout resultset comes out in arrays 'LayoutModel'. This seems like an inconsistency, wouldn't you agree? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
