I have a table of events and a _dependentTable of eventPerformers. One event can have multiple performers. The performers are related to the events via eventId key within the eventPerformers table. The events table holds no performer data.
Using Zend_DB_Table classes, how can I pull back all events that have a specific performerId? sorting by a date field in the events table?
Thanks for any help!