View Single Post
  #8 (permalink)  
Old 05-22-2008, 06:55 PM
Filip Filip is offline
Junior Member
 
Join Date: Apr 2008
Posts: 28
Default

Zend Framework: Documentation

referenceMap => an associative array, with information about references from this table to any parent tables. See Section 10.8.2, “Defining Relationships”.

dependentTables => an array of class names of tables that reference this table. See Section 10.8.2, “Defining Relationships”.

This'll probably help to find what your looking for. Thats what defines one-to-many relationships.
Reply With Quote