Skip to content

Instantly share code, notes, and snippets.

@linxlad
Created April 8, 2015 10:28
Show Gist options
  • Save linxlad/705e62e7dafa558bc93d to your computer and use it in GitHub Desktop.
Save linxlad/705e62e7dafa558bc93d to your computer and use it in GitHub Desktop.
orm:
auto_generate_proxy_classes: "%kernel.debug%"
entity_managers:
default:
connection: default
auto_mapping: true
dql:
string_functions:
HS_CONCAT_ADDRESS: AppBundle\DQL\HSConcatAddress
mappings:
AppBundle:
type: ~
dir: "Entity"
is_bundle: ~
AppBundle:
type: xml
dir: "Resources/config/doctrine"
is_bundle: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment