1
0
mirror of synced 2024-12-15 23:56:02 +03:00
doctrine2/website/plugins/sfDoctrinePlugin/config/doctrine.yml

26 lines
554 B
YAML
Raw Normal View History

2007-09-01 03:41:48 +04:00
all:
#doctrine attributes
attributes:
#automatic table creation (none, tables, constraints, all)
export: all
#default fetch mode (immediate, batch, lazy, offset, lazy_offset)
fetchmode: immediate
#collection limit (integer 1+)
coll_limit: 5
#global event listener
# listener: sfDoctrineEventListener
#locking (optimistic, pessimistic)
lockmode: pessimistic
#enable doctrine side validation (true, false)
vld: false
# enable quoting
quote_identifier: false