Skip to content

Instantly share code, notes, and snippets.

@TomHAnderson
Created February 15, 2012 20:16
Show Gist options
  • Save TomHAnderson/1838715 to your computer and use it in GitHub Desktop.
Save TomHAnderson/1838715 to your computer and use it in GitHub Desktop.
Adding a path to orm_driver_chain
'orm_driver_chain' => array(
'parameters' => array(
'drivers' => array(
'application_annotation_driver' => array(
'paths' => array(
APPLICATION_PATH . '/modules/plugins/Attachments/src/Attachments/Entity',
)
)
)
)
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment