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!
