Skip to content

Instantly share code, notes, and snippets.

@ronan-gloo
Last active December 18, 2015 03:58
Show Gist options
  • Select an option

  • Save ronan-gloo/5721982 to your computer and use it in GitHub Desktop.

Select an option

Save ronan-gloo/5721982 to your computer and use it in GitHub Desktop.
Custom functions Doctrine 2 / ZF2
'doctrine' =>
[
'configuration' =>
[
'orm_default' =>
[
'string_functions' =>
[
'func_name' => 'class_name'
],
'numeric_functions' =>
[
'func_name' => 'class_name'
],
'datetime_functions' =>
[
'func_name' => 'class_name'
]
]
]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment