Koen, When you have to use join it is recommend to use an ORM such as doctrine that can handle this in a more complex way.
Matthew has posted something about it in http://www.slideshare.net/weierophinney/playdoh-modelling-your-objects-1766001 On Fri, Aug 21, 2009 at 6:36 AM, Koen <[email protected]> wrote: > I've been looking at the new Quick Start in the ZF manual, particularly the > model part. For a new project I'm trying to create my models in the same way > (including a data mapper, etc). > > Unfortunately I don't know how to handle the relationships. When requesting > data from your model you often want to include some fields in related tables > (using joins), but I don't see a way doing that using the pattern as > described in the quick start guide. Can someone give me some tips regarding > this? > > Thanks in advance! >
