array('notempty') ); //The Associations below have been created with all possible keys, those that are not needed can be removed var $hasMany = array( 'Shipment' => array( 'className' => 'Shipment', 'foreignKey' => 'freight_forwarder_id', 'dependent' => false, 'conditions' => '', 'fields' => '', 'order' => '', 'limit' => '', 'offset' => '', 'exclusive' => '', 'finderQuery' => '', 'counterQuery' => '' ), 'FreightService' => array( 'className' => 'FreightService', 'foreignKey' => 'freight_forwarder_id' ) ); } ?>