Hi Martin,

I would say that was 3 questions, but who's counting :o)

> What does the sql output say? && Is the missing data being queried at all?

Data is not being queried

> What happens if you use recursive instead of containable?

I have not tried this but from adding echoes into containable I can
see it is adding the same recursive integer (2) for both my Person
model (not fetching data) and my Tests model (carbon copy of Person
but does fetch data)

At present I am digging around in dbo_source.php, as it's read()
method is failing to complete all the queries, and echoing $model-
>hasMany at the start of this method shows that my $Person->hasMany
array is being stripped of it's PostalAddress and TelephonyNumber
records.

Time to backtrack and see when they are being stripped.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to