1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/website/plugins/sfDoctrinePlugin/config/doctrine.yml
2007-09-12 21:56:14 +00:00

23 lines
474 B
YAML

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
#enable doctrine side validation (true, false)
validate: false
# enable quoting
quote_identifier: false