26 lines
554 B
YAML
26 lines
554 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
|
|
|
|
#locking (optimistic, pessimistic)
|
|
lockmode: pessimistic
|
|
|
|
#enable doctrine side validation (true, false)
|
|
vld: false
|
|
|
|
# enable quoting
|
|
quote_identifier: false
|