Nobody ?

On 28 nov, 14:23, Skull <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I use Cake 1.2
>
> I'm working with several models that seem to be correctly associated.
> On their own view pages, all works fine, the related elements are
> there, as long as I don't use recursivity.
>
> I'm trying to get some data recursively, using ->read or ->findall
> On the view, I can see that the sql is correct, it asks for all I
> need.
> But the array that I use to display models data in the view (thanks to
> the set method in my controller) doesn't contain all the data that the
> sql asks for. Some things that I need are omitted, I can't figure why.
>
> Got a lot of models so I won't detail all of them here.
>
> I have :
>
> Room hasmany Stage
> Stage hasmany Date
> Stage hasmany Document
> Stage belongsto Formation
>
> Data from date and document aren't in the array sent by set and
> findall methods. But I can see them queried in the sql displayed at
> the bottom of the view page ...
> But Formation is in the array.
>
> ???
>
> Thanks for your time
>
> Skull

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to