Last active
December 18, 2015 03:58
-
-
Save ronan-gloo/5721982 to your computer and use it in GitHub Desktop.
Custom functions Doctrine 2 / ZF2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| '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