Defining many-to-many relationships
I can grasp the concept of one-to-one and many-to-one relationships between models and how to implement the relationships in the database, but I can't find any description on how to use Zend Framework to implement many-to-many relationships. Is there a tutorial or example anywhere that would help me understand how to implement a many-to-many relationship in Zend?
|