Development

Changeset 8935

You must first sign up to be able to contribute.

Changeset 8935

Show
Ignore:
Timestamp:
05/14/08 03:45:51 (5 months ago)
Author:
Jonathan.Wage
Message:

Added new attribute to merge main fixtures and plugin fixtures together.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfDoctrinePlugin/trunk/config/doctrine.yml

    r8604 r8935  
    11all: 
     2  # all attributes below are set on the Doctrine_Manager instance 
    23  attributes: 
    34    # export sql (none, tables, constraints, all) 
     
    67    # enable doctrine side validation (true, false) 
    78    validate: false 
     9     
     10    # recursive merge functions from different directories/plugins 
     11    recursive_merge_fixtures: true 
    812 
    913    # enable quoting