Changeset 8935
- Timestamp:
- 05/14/08 03:45:51 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfDoctrinePlugin/trunk/config/doctrine.yml
r8604 r8935 1 1 all: 2 # all attributes below are set on the Doctrine_Manager instance 2 3 attributes: 3 4 # export sql (none, tables, constraints, all) … … 6 7 # enable doctrine side validation (true, false) 7 8 validate: false 9 10 # recursive merge functions from different directories/plugins 11 recursive_merge_fixtures: true 8 12 9 13 # enable quoting