Hello,

I'm using `ezcPersistentObject` component for my project (some kind of 
CRM). I have 3 objects: `Client`, `Project`, `Task`. Relationship 
between them is as follows: `Client`->`Project` - 1 : n and 
`Project`->`Task` - 1 : n.
I want to retrieve all tasks that belong to some client. The problem is 
the relationship between `Client` and `Task` is indirect and I can't 
find a way how to define such a relationship or how to retrieve such 
information. What would be your suggestions?

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

Reply via email to