Hi Christoph,

the case you describe looks quite complex and at a first glace I can
only guess where problems might occur. Did you really run the following
2 lines in a row?

> // These two statements won't fetch all rows from ALL related tables:
> $result = $ezcSession->find($query);
> $result = $ezcSession->findWithRelations($query);

I would the suggest that you only try

> $result = $ezcSession->findWithRelations($query);

What is the exact result. Are related objects fetched anyway? How did
you access the related objects?

Regards,
Toby
-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to